office-ui-fabric-react
Version:
Reusable React components for building experiences for Office 365.
8 lines • 749 B
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".root_d22875f8{background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";padding:8px;pointer-events:none}.root_d22875f8.hasMediumDelay_d22875f8{-webkit-animation-delay:300ms;animation-delay:300ms}.content_d22875f8{font-size:12px;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";word-wrap:break-word;overflow-wrap:break-word}.subText_d22875f8{margin:0}\n" }]);
export var root = "root_d22875f8";
export var hasMediumDelay = "hasMediumDelay_d22875f8";
export var content = "content_d22875f8";
export var subText = "subText_d22875f8";
//# sourceMappingURL=Tooltip.scss.js.map