@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines (11 loc) • 384 B
TypeScript
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