UNPKG

@wix/design-system

Version:

@wix/design-system

11 lines 327 B
export interface UseDraggableContainerProps { draggable?: boolean; dragging?: boolean; dragDisabled?: boolean; dim?: boolean; highlight?: boolean; } export declare function useDraggableContainer(props: UseDraggableContainerProps): { className: any; }; //# sourceMappingURL=useDraggableContainer.d.ts.map