UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

5 lines (4 loc) 162 B
export interface IDraggableZoneStyles { root: string; } export declare const getClassNames: (className: string, isDragging: boolean) => IDraggableZoneStyles;