@fesjs/fes-design
Version:
fes-design for PC
8 lines (7 loc) • 322 B
TypeScript
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;