UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Office 365.

8 lines 749 B
/* tslint:disable */ import { loadStyles } from '@microsoft/load-themed-styles'; loadStyles([{ "rawString": ".root_61bb40a1{background:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": ";padding:8px;pointer-events:none}.root_61bb40a1.hasMediumDelay_61bb40a1{-webkit-animation-delay:300ms;animation-delay:300ms}.content_61bb40a1{font-size:12px;color:" }, { "theme": "neutralPrimary", "defaultValue": "#333333" }, { "rawString": ";word-wrap:break-word;overflow-wrap:break-word}.subText_61bb40a1{margin:0}\n" }]); export var root = "root_61bb40a1"; export var hasMediumDelay = "hasMediumDelay_61bb40a1"; export var content = "content_61bb40a1"; export var subText = "subText_61bb40a1"; //# sourceMappingURL=Tooltip.scss.js.map