UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

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