@sanity/form-builder
Version:
Sanity form builder
9 lines • 302 B
TypeScript
import { SchemaType } from '@sanity/types';
import React from 'react';
interface Props {
types: SchemaType[];
onInsert: (pos: 'before' | 'after', type: SchemaType) => void;
}
export declare const InsertMenu: React.NamedExoticComponent<Props>;
export {};
//# sourceMappingURL=InsertMenu.d.ts.map