UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

6 lines 148 B
import type React from 'react'; export type Props = { children?: React.ReactNode; className?: string; }; //# sourceMappingURL=types.d.ts.map