8 lines
374 B
JavaScript
8 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
|