@dndbuilder.com/react
Version:
Drag and drop builder for React
10 lines (9 loc) • 421 B
TypeScript
import { ComponentPropsWithoutRef, FC } from 'react';
import { SettingsType } from '../../types';
import * as TooltipPrimitive from "@radix-ui/react-tooltip";
export interface ResetControlProps extends ComponentPropsWithoutRef<typeof TooltipPrimitive.Trigger> {
fieldName: string;
settingsType: SettingsType;
}
export declare const ResetControl: FC<ResetControlProps>;
//# sourceMappingURL=reset.control.d.ts.map