@uifabric/experiments
Version:
Experimental React components for building experiences for Microsoft 365.
7 lines • 302 B
JavaScript
import { styled } from '../../Utilities';
import { getStyles } from './ChicletXsmall.styles';
import { ChicletXsmallBase } from './ChicletXsmall.base';
export var ChicletXsmall = styled(ChicletXsmallBase, getStyles, undefined, {
scope: 'ChicletXsmall',
});
//# sourceMappingURL=ChicletXsmall.js.map