UNPKG

325 BJavaScriptView Raw
1import { styled } from '../../Utilities';
2import { DocumentCardImageBase } from './DocumentCardImage.base';
3import { getStyles } from './DocumentCardImage.styles';
4export var DocumentCardImage = styled(DocumentCardImageBase, getStyles, undefined, { scope: 'DocumentCardImage' });
5//# sourceMappingURL=DocumentCardImage.js.map
\No newline at end of file