@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines (11 loc) • 390 B
TypeScript
import { SettingsType } from '../../types';
import { FC, HTMLAttributes } from 'react';
export type BoxShadowControlProps = {
mode?: string;
fieldName?: string;
label?: string;
responsive?: boolean;
type: SettingsType;
} & HTMLAttributes<HTMLDivElement>;
export declare const BoxShadowControl: FC<BoxShadowControlProps>;
//# sourceMappingURL=box-shadow.control.d.ts.map