@dndbuilder.com/react
Version:
Drag and drop builder for React
12 lines (11 loc) • 404 B
TypeScript
import { SettingsType } from '../../types';
import { FC, HTMLAttributes } from 'react';
export interface FlexSizeControlProps extends HTMLAttributes<HTMLDivElement> {
type: SettingsType;
fieldName: string;
growFieldName: string;
shrinkFieldName: string;
label?: string;
}
export declare const FlexSizeControl: FC<FlexSizeControlProps>;
//# sourceMappingURL=flex-size.control.d.ts.map