UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

8 lines (7 loc) 279 B
import { Styles } from '../common'; import type { TdDrawerProps } from './type'; export declare const useDrag: (props: TdDrawerProps) => { draggedSizeValue: import("vue").Ref<string>; enableDrag: () => void; draggableLineStyles: import("vue").ComputedRef<Styles>; };