UNPKG

@wordpress/components

Version:
14 lines (12 loc) 206 B
export interface DisabledProps { /** * Whether to disable all the descendant fields. * * @default true */ isDisabled?: boolean; /** * The children elements. */ children: React.ReactNode; }