UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

8 lines 212 B
import type React from 'react'; export type Props = { children?: React.ReactNode; className?: string; style?: React.CSSProperties; width?: 'normal' | 'wide'; }; //# sourceMappingURL=types.d.ts.map