@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';
type Props = {
label?: ReactNode;
type: SettingsType;
fieldName: string;
} & HTMLAttributes<HTMLDivElement>;
declare const SlideTextAlignControl: FC<Props>;
export default SlideTextAlignControl;
//# sourceMappingURL=slide-text-align.control.d.ts.map