UNPKG

tdesign-miniprogram

Version:
7 lines (6 loc) 156 B
export interface TdDraggableProps { direction?: { type: StringConstructor; value?: 'all' | 'vertical' | 'horizontal' | 'none'; }; }