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