import { OurComponentInstance } from '../utils'; export interface FatDragHandlerProps { disabled?: boolean; /** * 渲染容器 * * 默认为 span */ tag?: string; } export declare const FatDragHandler: new (props: FatDragHandlerProps) => OurComponentInstance; //# sourceMappingURL=fat-drag-handler.d.ts.map