UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

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