UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

9 lines 307 B
import React from 'react'; import type { FieldWithSubFields } from '../../../../../../../fields/config/types'; import type { Props } from '../types'; import './index.scss'; declare const Nested: React.FC<Props & { field: FieldWithSubFields; }>; export default Nested; //# sourceMappingURL=index.d.ts.map