UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

12 lines (11 loc) 384 B
import { SettingsType } from '../../types'; import { FC } from 'react'; export type TextShadowControlProps = { type: SettingsType; fieldName?: string; label?: string; mode?: string; responsive?: boolean; } & React.HTMLAttributes<HTMLDivElement>; export declare const TextShadowControl: FC<TextShadowControlProps>; //# sourceMappingURL=text-shadow.control.d.ts.map