@dndbuilder.com/react
Version:
Drag and drop builder for React
10 lines (9 loc) • 316 B
TypeScript
import { SettingsType } from '../../types';
import { FC, HTMLAttributes } from 'react';
export type BorderProps = {
fieldName: string;
mode?: string;
type: SettingsType;
} & HTMLAttributes<HTMLDivElement>;
export declare const BorderControl: FC<BorderProps>;
//# sourceMappingURL=border.control.d.ts.map