@pnp/spfx-controls-react
Version:
Reusable React controls for SharePoint Framework solutions
11 lines • 478 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.VariantType = void 0;
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 || (exports.VariantType = VariantType = {}));
//# sourceMappingURL=VariantThemeProviderProps.js.map