Props type alias for associated component.

type Props = {
    absolute?: boolean;
}
Index

Properties

Properties

absolute?: boolean

When true, absolute positioning is enabled.