UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

7 lines 288 B
import { styled } from '../../Utilities'; import { OverflowSetBase } from './OverflowSet.base'; import { getStyles } from './OverflowSet.styles'; export var OverflowSet = styled(OverflowSetBase, getStyles, undefined, { scope: 'OverflowSet', }); //# sourceMappingURL=OverflowSet.js.map