UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

5 lines 346 B
import { styled } from '../../Utilities'; import { DocumentCardLocationBase } from './DocumentCardLocation.base'; import { getStyles } from './DocumentCardLocation.styles'; export var DocumentCardLocation = styled(DocumentCardLocationBase, getStyles, undefined, { scope: 'DocumentCardLocation' }); //# sourceMappingURL=DocumentCardLocation.js.map