@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
8 lines • 356 B
JavaScript
export var VariantType;
(function (VariantType) {
VariantType[VariantType["None"] = 0] = "None";
VariantType[VariantType["Neutral"] = 1] = "Neutral";
VariantType[VariantType["Soft"] = 2] = "Soft";
VariantType[VariantType["Strong"] = 3] = "Strong";
})(VariantType || (VariantType = {}));
//# sourceMappingURL=VariantThemeProviderProps.js.map