@fluentui/react
Version:
Reusable React components for building web experiences.
6 lines (5 loc) • 301 B
TypeScript
import type { IDocumentCardLocationStyleProps, IDocumentCardLocationStyles } from './DocumentCardLocation.types';
export declare const DocumentCardLocationGlobalClassNames: {
root: string;
};
export declare const getStyles: (props: IDocumentCardLocationStyleProps) => IDocumentCardLocationStyles;