UNPKG

@wordpress/components

Version:
14 lines 302 B
/// <reference types="react" /> export interface DisabledProps { /** * Whether to disable all the descendant fields. * * @default true */ isDisabled?: boolean; /** * The children elements. */ children: React.ReactNode; } //# sourceMappingURL=types.d.ts.map