UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

7 lines 311 B
import type { SanitizedCollectionConfig } from '../../../../collections/config/types'; import type { Props as ListProps } from '../../views/collections/List/types'; export type Props = { collection: SanitizedCollectionConfig; resetParams: ListProps['resetParams']; }; //# sourceMappingURL=types.d.ts.map