triafly-ui-kit 1.0.31 → 1.0.33
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +93 -93
- package/dist/assets/src/components/Ui/DatePicker/DatePicker.css +1 -1
- package/dist/assets/src/components/Ui/DateRangePicker/DateRangePicker.css +1 -1
- package/dist/assets/src/components/Ui/Skeleton/Skeleton.module.css +1 -1
- package/dist/assets/src/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.css +1 -0
- package/dist/assets/src/components/Ui/Tooltip/Tooltip.stories.module.css +1 -1
- package/dist/components/Ui/ButtonsArray/ButtonsArray.js +23 -17
- package/dist/components/Ui/Icons/Icons.js +32 -24
- package/dist/components/Ui/Icons/index.js +69 -67
- package/dist/components/Ui/Table/Table.js +85 -80
- package/dist/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.js +11 -0
- package/dist/main.d.ts +23 -3
- package/dist/main.js +105 -103
- package/dist/src/components/Ui/Skeleton/Skeleton.module.scss.js +5 -5
- package/dist/src/components/Ui/Tooltip/Tooltip.stories.module.css.js +1 -1
- package/dist/styles/_mixins.scss +21 -21
- package/dist/styles/fix.scss +3 -3
- package/dist/styles/main.scss +26 -26
- package/dist/styles/reset.scss +105 -105
- package/dist/styles/typography.scss +106 -106
- package/dist/styles/variables.scss +277 -275
- package/package.json +112 -111
- package/src/assets/fonts/FiraCode-Regular.ttf +0 -0
- package/src/assets/fonts/Manrope-Bold.ttf +0 -0
- package/src/assets/fonts/Manrope-Regular.ttf +0 -0
- package/src/assets/fonts/Manrope-SemiBold.ttf +0 -0
- package/src/assets/fonts/RobotoSlab-SemiBold.ttf +0 -0
- package/src/styles/_mixins.scss +21 -21
- package/src/styles/fix.scss +3 -3
- package/src/styles/main.scss +26 -26
- package/src/styles/reset.scss +105 -105
- package/src/styles/typography.scss +106 -106
- package/src/styles/variables.scss +277 -277
@@ -1,4 +1,4 @@
|
|
1
|
-
import { IconArrowBendUpRight as c, IconArrowClockwise as I, IconArrowDown as e, IconArrowLeft as r, IconArrowLineDown as i, IconArrowLineLeft as t, IconArrowLineRight as a, IconArrowLineUp as l, IconArrowRight as s, IconArrowUp as C, IconArrowsOut as
|
1
|
+
import { IconArrowBendUpRight as c, IconArrowClockwise as I, IconArrowDown as e, IconArrowLeft as r, IconArrowLineDown as i, IconArrowLineLeft as t, IconArrowLineRight as a, IconArrowLineUp as l, IconArrowRight as s, IconArrowUp as C, IconArrowsOut as h, IconArticle as w, IconAt as p, IconBellSimple as u, IconBookOpenText as g, IconCalendarBlank as S, IconCaretDown as A, IconCaretLeft as D, IconCaretRight as L, IconCaretUp as d, IconCaretUpDown as k, IconChartPieSlice as U, IconChatText as P, IconCheck as B, IconCheckCircle as F, IconChecks as T, IconCircleNotch as X, IconClickHouse as f, IconCopy as y, IconCornersOut as R, IconCsv as m, IconCube as x, IconDatabase as H, IconDotsNine as M, IconDotsThreeVertical as v, IconExport as G, IconEye as N, IconEyeSlash as O, IconFile as Q, IconFiles as E, IconFloppyDisk as b, IconFolderSimple as W, IconFolderSimpleX as z, IconFunnel as J, IconGauge as V, IconGear as Y, IconGitBranchX as j, IconGoogleDrive as q, IconHand as K, IconHeadCircuit as Z, IconHouse as _, IconIcon as $, IconInfo as oo, IconJoin as no, IconLanguage as co, IconLink as Io, IconList as eo, IconLock as ro, IconLockOpen as io, IconMariaDB as to, IconMinus as ao, IconMongoDB as lo, IconMoon as so, IconMySQL as Co, IconNavigationArrow as ho, IconNotePencil as wo, IconPassword as po, IconPen as uo, IconPlay as go, IconPlugsX as So, IconPlus as Ao, IconPorsgteSQL as Do, IconPresentationChart as Lo, IconQuestion as ko, IconQuestionFullfilled as Uo, IconRedo as Po, IconRoleX as Bo, IconSearch as Fo, IconSearchX as To, IconSelection as Xo, IconServer as fo, IconSlidersHorizontal as yo, IconSticker as Ro, IconSun as mo, IconThreeDot as xo, IconTrash as Ho, IconTriangleDown as Mo, IconTriangleUp as vo, IconUndo as Go, IconUploadSimple as No, IconUser as Oo, IconUserX as Qo, IconWarningCircle as Eo, IconWrench as bo, IconX as Wo, IconYandexDisk as zo } from "./Icons.js";
|
2
2
|
export {
|
3
3
|
c as IconArrowBendUpRight,
|
4
4
|
I as IconArrowClockwise,
|
@@ -10,11 +10,11 @@ export {
|
|
10
10
|
l as IconArrowLineUp,
|
11
11
|
s as IconArrowRight,
|
12
12
|
C as IconArrowUp,
|
13
|
-
|
14
|
-
|
13
|
+
h as IconArrowsOut,
|
14
|
+
w as IconArticle,
|
15
15
|
p as IconAt,
|
16
|
-
|
17
|
-
|
16
|
+
u as IconBellSimple,
|
17
|
+
g as IconBookOpenText,
|
18
18
|
S as IconCalendarBlank,
|
19
19
|
A as IconCaretDown,
|
20
20
|
D as IconCaretLeft,
|
@@ -23,75 +23,77 @@ export {
|
|
23
23
|
k as IconCaretUpDown,
|
24
24
|
U as IconChartPieSlice,
|
25
25
|
P as IconChatText,
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
26
|
+
B as IconCheck,
|
27
|
+
F as IconCheckCircle,
|
28
|
+
T as IconChecks,
|
29
|
+
X as IconCircleNotch,
|
30
|
+
f as IconClickHouse,
|
31
|
+
y as IconCopy,
|
31
32
|
R as IconCornersOut,
|
32
|
-
|
33
|
-
|
34
|
-
|
33
|
+
m as IconCsv,
|
34
|
+
x as IconCube,
|
35
|
+
H as IconDatabase,
|
35
36
|
M as IconDotsNine,
|
36
37
|
v as IconDotsThreeVertical,
|
37
|
-
|
38
|
+
G as IconExport,
|
38
39
|
N as IconEye,
|
39
40
|
O as IconEyeSlash,
|
40
41
|
Q as IconFile,
|
41
42
|
E as IconFiles,
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
wo as
|
68
|
-
|
69
|
-
|
70
|
-
go as
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
Fo as
|
80
|
-
To as
|
43
|
+
b as IconFloppyDisk,
|
44
|
+
W as IconFolderSimple,
|
45
|
+
z as IconFolderSimpleX,
|
46
|
+
J as IconFunnel,
|
47
|
+
V as IconGauge,
|
48
|
+
Y as IconGear,
|
49
|
+
j as IconGitBranchX,
|
50
|
+
q as IconGoogleDrive,
|
51
|
+
K as IconHand,
|
52
|
+
Z as IconHeadCircuit,
|
53
|
+
_ as IconHouse,
|
54
|
+
$ as IconIcon,
|
55
|
+
oo as IconInfo,
|
56
|
+
no as IconJoin,
|
57
|
+
co as IconLanguage,
|
58
|
+
Io as IconLink,
|
59
|
+
eo as IconList,
|
60
|
+
ro as IconLock,
|
61
|
+
io as IconLockOpen,
|
62
|
+
to as IconMariaDB,
|
63
|
+
ao as IconMinus,
|
64
|
+
lo as IconMongoDB,
|
65
|
+
so as IconMoon,
|
66
|
+
Co as IconMySQL,
|
67
|
+
ho as IconNavigationArrow,
|
68
|
+
wo as IconNotePencil,
|
69
|
+
po as IconPassword,
|
70
|
+
uo as IconPen,
|
71
|
+
go as IconPlay,
|
72
|
+
So as IconPlugsX,
|
73
|
+
Ao as IconPlus,
|
74
|
+
Do as IconPorsgteSQL,
|
75
|
+
Lo as IconPresentationChart,
|
76
|
+
ko as IconQuestion,
|
77
|
+
Uo as IconQuestionFullfilled,
|
78
|
+
Po as IconRedo,
|
79
|
+
Bo as IconRoleX,
|
80
|
+
Fo as IconSearch,
|
81
|
+
To as IconSearchX,
|
82
|
+
Xo as IconSelection,
|
81
83
|
fo as IconServer,
|
82
84
|
yo as IconSlidersHorizontal,
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
85
|
+
Ro as IconSticker,
|
86
|
+
mo as IconSun,
|
87
|
+
xo as IconThreeDot,
|
88
|
+
Ho as IconTrash,
|
89
|
+
Mo as IconTriangleDown,
|
90
|
+
vo as IconTriangleUp,
|
91
|
+
Go as IconUndo,
|
92
|
+
No as IconUploadSimple,
|
93
|
+
Oo as IconUser,
|
94
|
+
Qo as IconUserX,
|
95
|
+
Eo as IconWarningCircle,
|
96
|
+
bo as IconWrench,
|
97
|
+
Wo as IconX,
|
98
|
+
zo as IconYandexDisk
|
97
99
|
};
|
@@ -1,112 +1,117 @@
|
|
1
|
-
import { jsx as t, jsxs as
|
2
|
-
import
|
3
|
-
import
|
1
|
+
import { jsx as t, jsxs as d } from "react/jsx-runtime";
|
2
|
+
import { forwardRef as O, useRef as v, useState as y, useEffect as P, useImperativeHandle as Q, useCallback as _ } from "react";
|
3
|
+
import i from "../../../_virtual/index.js";
|
4
4
|
import '../../../assets/src/components/Ui/Table/Table.css';/* empty css */
|
5
|
-
import { IconCaretDown as
|
6
|
-
import { MemoizedRow as
|
7
|
-
import { Loader as
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
}
|
13
|
-
|
14
|
-
columns:
|
15
|
-
dataSource:
|
16
|
-
rowKey:
|
17
|
-
tableClassName:
|
18
|
-
theadClassName:
|
19
|
-
trTheadClassNames:
|
20
|
-
thTheadClassNames:
|
21
|
-
tbodyClassName:
|
22
|
-
wrapperClassName:
|
23
|
-
borderBottom:
|
24
|
-
stickyHeader:
|
25
|
-
stickyLeft:
|
26
|
-
bordered:
|
5
|
+
import { IconCaretDown as k, IconCaretUp as V } from "../Icons/Icons.js";
|
6
|
+
import { MemoizedRow as W } from "./MemoizedRow/MemoizedRow.js";
|
7
|
+
import { Loader as X } from "../Loader/Loader.js";
|
8
|
+
import { TableSkeletonRow as Y } from "./TableSkeletonRow/TableSkeletonRow.js";
|
9
|
+
const x = {
|
10
|
+
asc: /* @__PURE__ */ t(k, { viewBox: "0 -6 24 24", "aria-hidden": "true" }),
|
11
|
+
desc: /* @__PURE__ */ t(V, { viewBox: "0 -4 24 24", "aria-hidden": "true" }),
|
12
|
+
default: /* @__PURE__ */ t(k, { viewBox: "0 -6 24 24", "aria-hidden": "true" })
|
13
|
+
}, Z = ({
|
14
|
+
columns: o,
|
15
|
+
dataSource: p,
|
16
|
+
rowKey: l,
|
17
|
+
tableClassName: R,
|
18
|
+
theadClassName: I,
|
19
|
+
trTheadClassNames: D,
|
20
|
+
thTheadClassNames: S,
|
21
|
+
tbodyClassName: A,
|
22
|
+
wrapperClassName: C,
|
23
|
+
borderBottom: h = !1,
|
24
|
+
stickyHeader: T = !1,
|
25
|
+
stickyLeft: u = !1,
|
26
|
+
bordered: c = !1,
|
27
27
|
rowClassName: j,
|
28
28
|
defaultSort: B,
|
29
29
|
onClickTr: m,
|
30
|
-
onClickTrHeader:
|
31
|
-
loading:
|
32
|
-
|
33
|
-
|
30
|
+
onClickTrHeader: z,
|
31
|
+
loading: b = !1,
|
32
|
+
hasMore: $ = !1,
|
33
|
+
loadingIndicator: E
|
34
|
+
}, H) => {
|
35
|
+
const L = v(null), g = v(null), [M, w] = y(p), [n, U] = y(
|
34
36
|
B || null
|
35
37
|
);
|
36
|
-
|
37
|
-
|
38
|
-
}, [
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
38
|
+
P(() => {
|
39
|
+
w(p);
|
40
|
+
}, [p]), Q(H, () => ({
|
41
|
+
loaderRef: g.current
|
42
|
+
}));
|
43
|
+
const q = _(
|
44
|
+
(e) => typeof l == "function" ? l(e) : typeof l == "string" && l in e ? String(e[l]) : "unknown",
|
45
|
+
[l]
|
46
|
+
), N = _((e, a) => {
|
47
|
+
w((f) => [...f].sort((G, J) => {
|
48
|
+
const s = G[e], r = J[e];
|
45
49
|
return typeof s == "string" && typeof r == "string" ? a === "asc" ? s.localeCompare(r) : r.localeCompare(s) : typeof s == "number" && typeof r == "number" ? a === "asc" ? s - r : r - s : s instanceof Date && r instanceof Date ? a === "asc" ? s.getTime() - r.getTime() : r.getTime() - s.getTime() : 0;
|
46
|
-
})),
|
47
|
-
}, []),
|
50
|
+
})), U({ key: e, order: a });
|
51
|
+
}, []), F = _(
|
48
52
|
(e) => {
|
49
|
-
const
|
50
|
-
|
53
|
+
const f = (n == null ? void 0 : n.key) === e && n.order === "asc" ? "desc" : "asc";
|
54
|
+
N(e, f);
|
51
55
|
},
|
52
|
-
[n,
|
56
|
+
[n, N]
|
53
57
|
);
|
54
|
-
return /* @__PURE__ */ t("div", { className:
|
58
|
+
return /* @__PURE__ */ t("div", { className: i("table-component", C), children: /* @__PURE__ */ t(
|
55
59
|
"div",
|
56
60
|
{
|
57
|
-
className:
|
61
|
+
className: i(
|
58
62
|
"table-component__wrapper",
|
59
63
|
{
|
60
|
-
bordered:
|
61
|
-
borderBottom:
|
64
|
+
bordered: c,
|
65
|
+
borderBottom: h
|
62
66
|
},
|
63
|
-
|
67
|
+
R
|
64
68
|
),
|
65
|
-
children: /* @__PURE__ */
|
69
|
+
children: /* @__PURE__ */ d(
|
66
70
|
"table",
|
67
71
|
{
|
68
|
-
className:
|
69
|
-
bordered:
|
70
|
-
borderBottom:
|
72
|
+
className: i("table-component__wrapper__table", {
|
73
|
+
bordered: c,
|
74
|
+
borderBottom: h
|
71
75
|
}),
|
76
|
+
ref: L,
|
72
77
|
children: [
|
73
78
|
/* @__PURE__ */ t(
|
74
79
|
"thead",
|
75
80
|
{
|
76
|
-
className:
|
81
|
+
className: i(
|
77
82
|
"table-component__wrapper__table__thead",
|
78
83
|
{
|
79
|
-
stickyHeader:
|
84
|
+
stickyHeader: T
|
80
85
|
},
|
81
|
-
|
86
|
+
I
|
82
87
|
),
|
83
88
|
children: /* @__PURE__ */ t(
|
84
89
|
"tr",
|
85
90
|
{
|
86
|
-
className:
|
91
|
+
className: i(
|
87
92
|
"table-component__wrapper__table__thead__tr",
|
88
|
-
|
93
|
+
D
|
89
94
|
),
|
90
|
-
onClick:
|
91
|
-
children:
|
95
|
+
onClick: z,
|
96
|
+
children: o.map((e, a) => /* @__PURE__ */ t(
|
92
97
|
"th",
|
93
98
|
{
|
94
|
-
className:
|
99
|
+
className: i(
|
95
100
|
"table-component__wrapper__table__thead__th",
|
96
101
|
{
|
97
|
-
bordered:
|
98
|
-
stickyLeft:
|
102
|
+
bordered: c,
|
103
|
+
stickyLeft: u && a === 0
|
99
104
|
},
|
100
|
-
|
105
|
+
S
|
101
106
|
),
|
102
107
|
style: {
|
103
108
|
...e.width ? { width: e.width } : {},
|
104
109
|
...e.align ? { textAlign: e.align } : {}
|
105
110
|
},
|
106
|
-
onClick: () => e.sorted &&
|
107
|
-
children: /* @__PURE__ */
|
111
|
+
onClick: () => e.sorted && F(e.key),
|
112
|
+
children: /* @__PURE__ */ d("div", { className: "th-content", children: [
|
108
113
|
e.title,
|
109
|
-
e.sorted && /* @__PURE__ */ t("span", { className: "sort-icon", children: (n == null ? void 0 : n.key) === e.key ?
|
114
|
+
e.sorted && /* @__PURE__ */ t("span", { className: "sort-icon", children: (n == null ? void 0 : n.key) === e.key ? x[n.order] : x.default })
|
110
115
|
] })
|
111
116
|
},
|
112
117
|
`${e.key}-${a}`
|
@@ -115,22 +120,22 @@ function J({
|
|
115
120
|
)
|
116
121
|
}
|
117
122
|
),
|
118
|
-
/* @__PURE__ */
|
119
|
-
|
120
|
-
|
123
|
+
/* @__PURE__ */ d("tbody", { className: i("table-component__wrapper__table__tbody", A), children: [
|
124
|
+
M.map((e, a) => /* @__PURE__ */ t(
|
125
|
+
W,
|
121
126
|
{
|
122
127
|
record: e,
|
123
128
|
onClickTr: () => m == null ? void 0 : m(e),
|
124
|
-
columns:
|
125
|
-
rowKey:
|
129
|
+
columns: o,
|
130
|
+
rowKey: l,
|
126
131
|
rowClassName: j,
|
127
132
|
index: a,
|
128
|
-
stickyLeft:
|
129
|
-
bordered:
|
133
|
+
stickyLeft: u,
|
134
|
+
bordered: c
|
130
135
|
},
|
131
|
-
|
136
|
+
q(e)
|
132
137
|
)),
|
133
|
-
|
138
|
+
b ? /* @__PURE__ */ t(
|
134
139
|
"div",
|
135
140
|
{
|
136
141
|
style: {
|
@@ -145,17 +150,17 @@ function J({
|
|
145
150
|
backgroundColor: "rgba(255, 255, 255, 0.7)",
|
146
151
|
zIndex: 10
|
147
152
|
},
|
148
|
-
children: /* @__PURE__ */ t(
|
153
|
+
children: /* @__PURE__ */ t(X, { className: "centered" })
|
149
154
|
}
|
150
|
-
) : null
|
155
|
+
) : null,
|
156
|
+
!b && $ && /* @__PURE__ */ t("tr", { ref: g, children: /* @__PURE__ */ t("td", { colSpan: o.length, children: E || /* @__PURE__ */ t(Y, { colSpan: o.length }) }) })
|
151
157
|
] })
|
152
158
|
]
|
153
159
|
}
|
154
160
|
)
|
155
161
|
}
|
156
162
|
) });
|
157
|
-
}
|
158
|
-
const K = U.memo(J);
|
163
|
+
}, oe = O(Z);
|
159
164
|
export {
|
160
|
-
|
165
|
+
oe as Table
|
161
166
|
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { jsx as o, jsxs as t } from "react/jsx-runtime";
|
2
|
+
import { Skeleton as e } from "../../Skeleton/Skeleton.js";
|
3
|
+
import '../../../../assets/src/components/Ui/Table/TableSkeletonRow/TableSkeletonRow.css';/* empty css */
|
4
|
+
const n = ({ colSpan: r }) => /* @__PURE__ */ o("tr", { className: "skeleton-row", children: /* @__PURE__ */ t("td", { colSpan: r, children: [
|
5
|
+
/* @__PURE__ */ o(e, {}),
|
6
|
+
/* @__PURE__ */ o(e, {}),
|
7
|
+
/* @__PURE__ */ o(e, {})
|
8
|
+
] }) });
|
9
|
+
export {
|
10
|
+
n as TableSkeletonRow
|
11
|
+
};
|
package/dist/main.d.ts
CHANGED
@@ -79,8 +79,8 @@ export declare const ButtonsArray: React.FC<ButtonsArrayProps>;
|
|
79
79
|
export declare interface ButtonsArrayProps {
|
80
80
|
tabs: ButtonTab[];
|
81
81
|
label?: string;
|
82
|
-
initialActiveTab?: number;
|
83
|
-
onChange?: (
|
82
|
+
initialActiveTab?: string | number;
|
83
|
+
onChange?: (key: string | number) => void;
|
84
84
|
}
|
85
85
|
|
86
86
|
declare interface ButtonTab {
|
@@ -516,6 +516,13 @@ className?: string;
|
|
516
516
|
viewBox?: string;
|
517
517
|
}>;
|
518
518
|
|
519
|
+
export declare const IconClickHouse: FC< {
|
520
|
+
size?: number;
|
521
|
+
color?: string;
|
522
|
+
className?: string;
|
523
|
+
viewBox?: string;
|
524
|
+
}>;
|
525
|
+
|
519
526
|
export declare const IconCopy: FC< {
|
520
527
|
size?: number;
|
521
528
|
color?: string;
|
@@ -642,6 +649,13 @@ className?: string;
|
|
642
649
|
viewBox?: string;
|
643
650
|
}>;
|
644
651
|
|
652
|
+
export declare const IconGitBranchX: FC< {
|
653
|
+
size?: number;
|
654
|
+
color?: string;
|
655
|
+
className?: string;
|
656
|
+
viewBox?: string;
|
657
|
+
}>;
|
658
|
+
|
645
659
|
export declare const IconGoogleDrive: FC< {
|
646
660
|
size?: number;
|
647
661
|
color?: string;
|
@@ -1135,7 +1149,11 @@ export declare interface TabItem {
|
|
1135
1149
|
disabled?: boolean;
|
1136
1150
|
}
|
1137
1151
|
|
1138
|
-
export declare const Table: <T extends object>(props: TablesProps<T>
|
1152
|
+
export declare const Table: <T extends object>(props: TablesProps<T> & {
|
1153
|
+
ref?: default_2.ForwardedRef<{
|
1154
|
+
loaderRef: HTMLTableRowElement | null;
|
1155
|
+
}>;
|
1156
|
+
}) => JSX.Element;
|
1139
1157
|
|
1140
1158
|
declare type TablesProps<T extends object = Record<string, unknown>> = {
|
1141
1159
|
columns: Column<T>[];
|
@@ -1159,6 +1177,8 @@ declare type TablesProps<T extends object = Record<string, unknown>> = {
|
|
1159
1177
|
onClickTr?: (record: T) => void;
|
1160
1178
|
onClickTrHeader?: () => void;
|
1161
1179
|
loading?: boolean;
|
1180
|
+
hasMore?: boolean;
|
1181
|
+
loadingIndicator?: default_2.ReactNode;
|
1162
1182
|
};
|
1163
1183
|
|
1164
1184
|
export declare const Tabs: React.FC<TabsProps>;
|