UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

5 lines 290 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