payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
10 lines • 372 B
TypeScript
import React from 'react';
import type { SanitizedCollectionConfig, SanitizedGlobalConfig } from '../../../../exports/types';
import type { Props } from './types';
import './index.scss';
declare const Default: React.FC<Props & {
collection?: SanitizedCollectionConfig;
global?: SanitizedGlobalConfig;
}>;
export default Default;
//# sourceMappingURL=index.d.ts.map