UNPKG

@fesjs/fes-design

Version:
8 lines (7 loc) 322 B
import type { SFCWithInstall } from '../_util/interface'; import Draggable from './draggable'; type DraggableType = SFCWithInstall<typeof Draggable>; export declare const FDraggable: DraggableType; export { draggableProps } from './draggable'; export type { DraggableProps } from './draggable'; export default FDraggable;