payload
Version:
Node, React and MongoDB Headless CMS and Application Framework
10 lines • 315 B
TypeScript
import React from 'react';
import type { Field, FieldWithPath } from '../../../../fields/config/types';
import './index.scss';
type Props = {
fields: Field[];
setSelected: (fields: FieldWithPath[]) => void;
};
export declare const FieldSelect: React.FC<Props>;
export {};
//# sourceMappingURL=index.d.ts.map