UNPKG

@sanity/form-builder

Version:
11 lines 312 B
import { Type } from '@sanity/portable-text-editor'; import { ModalType, ModalWidth } from './renderers/types'; interface ModalOption { type?: ModalType; width?: ModalWidth; } export declare function getModalOption(opts: { type: Type; }): ModalOption; export {}; //# sourceMappingURL=helpers.d.ts.map