UNPKG

162 BTypeScriptView Raw
1export interface IDraggableZoneStyles {
2 root: string;
3}
4export declare const getClassNames: (className: string, isDragging: boolean) => IDraggableZoneStyles;