tdesign-react
Version:
TDesign Component for React
8 lines (7 loc) • 341 B
TypeScript
import { TdDrawerProps } from '../type';
declare const useDrag: (placement: TdDrawerProps["placement"], sizeDraggable: TdDrawerProps["sizeDraggable"], onSizeDragEnd: TdDrawerProps["onSizeDragEnd"]) => {
dragSizeValue: string;
enableDrag: () => void;
draggableLineStyles: import("react").CSSProperties;
};
export default useDrag;