@fluentui/react-northstar
Version:
A themable React component library.
25 lines (22 loc) • 877 B
JavaScript
exports.__esModule = true;
exports.toolbarItemWrapperClassName = exports.ToolbarItemWrapper = void 0;
var _reactBindings = require("@fluentui/react-bindings");
var _utils = require("../../utils");
var _Box = require("../Box/Box");
var toolbarItemWrapperClassName = 'ui-toolbar__itemwrapper';
/**
* A ToolbarItemWrapper allows a user to have a dedicated component that can be targeted from the theme.
*/
exports.toolbarItemWrapperClassName = toolbarItemWrapperClassName;
var ToolbarItemWrapper = (0, _reactBindings.compose)(_Box.Box, {
className: toolbarItemWrapperClassName,
displayName: 'ToolbarItemWrapper',
overrideStyles: true,
shorthandConfig: {
mappedProp: 'content'
}
});
exports.ToolbarItemWrapper = ToolbarItemWrapper;
ToolbarItemWrapper.propTypes = _utils.commonPropTypes.createCommon();
//# sourceMappingURL=ToolbarItemWrapper.js.map
;