@uifabric/experiments
Version:
Experimental React components for building experiences for Office 365.
9 lines • 799 B
JavaScript
/* tslint:disable */
import { loadStyles } from '@microsoft/load-themed-styles';
loadStyles([{ "rawString": ".example_3d407edc{padding:8px;-webkit-transition:color 0.2s linear, background-color 0.2s linear;transition:color 0.2s linear, background-color 0.2s linear}.small_3d407edc{font-size:12px}.medium_3d407edc{font-size:14px}.large_3d407edc{font-size:17px}.dark_3d407edc{background-color:" }, { "theme": "neutralDark", "defaultValue": "#212121" }, { "rawString": ";color:" }, { "theme": "white", "defaultValue": "#ffffff" }, { "rawString": "}\n" }]);
export var example = "example_3d407edc";
export var small = "small_3d407edc";
export var medium = "medium_3d407edc";
export var large = "large_3d407edc";
export var dark = "dark_3d407edc";
//# sourceMappingURL=Signals.Example.scss.js.map