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