UNPKG

@wordpress/preferences

Version:
8 lines 291 B
export type SectionProps = { description?: React.ReactNode; title?: React.ReactNode; children?: React.ReactNode; }; declare const Section: ({ description, title, children }: SectionProps) => import("react").JSX.Element; export default Section; //# sourceMappingURL=index.d.ts.map