Props type alias for associated component.

type Props = {
    elementRoot?: HTMLElement;
    enabled?: boolean;
}
Index

Properties

elementRoot?: HTMLElement
enabled?: boolean