UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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