office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
6 lines • 374 B
JavaScript
import { styled } from '../../Utilities';
import { CommandBarBase } from './CommandBar.base';
import { getStyles } from './CommandBar.styles';
// Create a CommandBar variant which uses these default styles and this styled subcomponent.
export var CommandBar = styled(CommandBarBase, getStyles, undefined, { scope: 'CommandBar' });
//# sourceMappingURL=CommandBar.js.map