@sanity/form-builder
Version:
Sanity form builder
11 lines • 353 B
TypeScript
import React from 'react';
import PatchEvent from '../../PatchEvent';
declare type Props = {
fieldNames: string[];
value?: Record<string, unknown>;
onChange?: (event: PatchEvent) => void;
readOnly?: boolean;
};
export declare function UnknownFields(props: Props): React.JSX.Element;
export {};
//# sourceMappingURL=UnknownFields.d.ts.map