UNPKG

@sanity/form-builder

Version:
9 lines 304 B
import React from 'react'; import { BlockStyleItem } from './types'; interface BlockStyleSelectProps { disabled: boolean; items: BlockStyleItem[]; } export declare const BlockStyleSelect: React.NamedExoticComponent<BlockStyleSelectProps>; export {}; //# sourceMappingURL=BlockStyleSelect.d.ts.map