UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

24 lines 812 B
define(["require", "exports", "../../Styling"], function (require, exports, Styling_1) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStyles = void 0; var GlobalClassNames = { root: 'ms-TooltipHost', ariaPlaceholder: 'ms-TooltipHost-aria-placeholder', }; var getStyles = function (props) { var className = props.className, theme = props.theme; var classNames = (0, Styling_1.getGlobalClassNames)(GlobalClassNames, theme); return { root: [ classNames.root, { display: 'inline', }, className, ], }; }; exports.getStyles = getStyles; }); //# sourceMappingURL=TooltipHost.styles.js.map