UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

25 lines (24 loc) 1.19 kB
import { HeadingSettingsType } from './types'; declare const HeadingConfig: { icon?: import('react').ComponentType | undefined; type: string; style?: ((params: { blockId: string; settings: HeadingSettingsType; themeSettings: import('../..').Theme["settings"]; breakpoints: import('../..').BreakpointConfig[]; }) => import('free-style').Styles) | undefined; advancedSettings?: import('../../types/block').BlockAdvancedSettings | undefined; previewImage?: string | undefined; component: import('react').ComponentType<import('../../types/block').BlockProps<HeadingSettingsType>>; previewComponent?: import('react').ComponentType<import('../../types/block').BlockProps<HeadingSettingsType>> | undefined; group?: string | undefined; disableAdvancedSettings?: boolean | undefined; isVisible?: (params?: import('../..').AnyObject) => boolean; toolbar?: import('react').ComponentType<import('../../types/block').BlockToolbarProps> | undefined; settings: {}; label: string; controls: import('../../types/block').BlockControl[]; }; export default HeadingConfig; //# sourceMappingURL=heading.config.d.ts.map