UNPKG

1 kBJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3exports.PivotLinkSize = exports.PivotLinkFormat = void 0;
4/**
5 * {@docCategory Pivot}
6 * @deprecated Use strings 'links' or 'tabs' instead of this enum
7 */
8var PivotLinkFormat;
9(function (PivotLinkFormat) {
10 /**
11 * Display Pivot Links as links
12 */
13 PivotLinkFormat["links"] = "links";
14 /**
15 * Display Pivot Links as Tabs
16 */
17 PivotLinkFormat["tabs"] = "tabs";
18})(PivotLinkFormat = exports.PivotLinkFormat || (exports.PivotLinkFormat = {}));
19/**
20 * {@docCategory Pivot}
21 * @deprecated Use strings 'normal' or 'large' instead of this enum
22 */
23var PivotLinkSize;
24(function (PivotLinkSize) {
25 /**
26 * Display Link using normal font size
27 */
28 PivotLinkSize["normal"] = "normal";
29 /**
30 * Display links using large font size
31 */
32 PivotLinkSize["large"] = "large";
33})(PivotLinkSize = exports.PivotLinkSize || (exports.PivotLinkSize = {}));
34//# sourceMappingURL=Pivot.types.js.map
\No newline at end of file