@dndbuilder.com/react
Version:
Drag and drop builder for React
11 lines (10 loc) • 367 B
TypeScript
import { SettingsType } from '../../types';
import { FC, HTMLAttributes, ReactNode } from 'react';
export type TextStrokeProps = {
type: SettingsType;
fieldName: string;
mode?: string;
label?: ReactNode;
} & HTMLAttributes<HTMLDivElement>;
export declare const TextStrokeControl: FC<TextStrokeProps>;
//# sourceMappingURL=text-stroke.control.d.ts.map