UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

36 lines 1.18 kB
define(["require", "exports"], function (require, exports) { "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PivotLinkSize = exports.PivotLinkFormat = void 0; /** * {@docCategory Pivot} * @deprecated Use strings 'links' or 'tabs' instead of this enum */ var PivotLinkFormat; (function (PivotLinkFormat) { /** * Display Pivot Links as links */ PivotLinkFormat["links"] = "links"; /** * Display Pivot Links as Tabs */ PivotLinkFormat["tabs"] = "tabs"; })(PivotLinkFormat || (exports.PivotLinkFormat = PivotLinkFormat = {})); /** * {@docCategory Pivot} * @deprecated Use strings 'normal' or 'large' instead of this enum */ var PivotLinkSize; (function (PivotLinkSize) { /** * Display Link using normal font size */ PivotLinkSize["normal"] = "normal"; /** * Display links using large font size */ PivotLinkSize["large"] = "large"; })(PivotLinkSize || (exports.PivotLinkSize = PivotLinkSize = {})); }); //# sourceMappingURL=Pivot.types.js.map