UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

6 lines (5 loc) 296 B
import { IDocumentCardLocationStyleProps, IDocumentCardLocationStyles } from './DocumentCardLocation.types'; export declare const DocumentCardLocationGlobalClassNames: { root: string; }; export declare const getStyles: (props: IDocumentCardLocationStyleProps) => IDocumentCardLocationStyles;