UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

11 lines (10 loc) 299 B
import { SettingsType } from '../../types'; import { FC } from 'react'; type CustomCSSControlProps = { label?: string; type: SettingsType; fieldName: string; }; export declare const CustomCSSControl: FC<CustomCSSControlProps>; export {}; //# sourceMappingURL=custom-css.control.d.ts.map