@sanity/form-builder
Version:
Sanity form builder
11 lines • 312 B
TypeScript
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