UNPKG

@wordpress/components

Version:
11 lines 289 B
export type DisclosureContentProps = { /** * If set to `true` the content will be shown, otherwise it's hidden. */ visible?: boolean; /** * The content to display within the component. */ children: React.ReactNode; }; //# sourceMappingURL=types.d.ts.map