@gearbox-protocol/ui-kit 4.0.0-next.21 → 4.0.0-next.22
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/dist/cjs/components/composites/pool-assets-table/pool-assets-table-row.cjs +1 -1
- package/dist/cjs/components/composites/pool-assets-table/pool-assets-table.cjs +1 -1
- package/dist/esm/components/composites/pool-assets-table/pool-assets-table-row.js +60 -61
- package/dist/esm/components/composites/pool-assets-table/pool-assets-table.js +22 -24
- package/dist/types/components/composites/pool-assets-table/pool-assets-table-row.d.ts +1 -2
- package/dist/types/components/composites/pool-assets-table/pool-assets-table.d.ts +1 -2
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");require("react");require("@gearbox-protocol/sdk");require("clsx");require("tailwind-merge");require("sonner");const
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime");require("react");require("@gearbox-protocol/sdk");require("clsx");require("tailwind-merge");require("sonner");const v=require("../../../utils/format-money.cjs");require("@gearbox-protocol/sdk/common-utils");require("luxon");require("../../../utils/z-index.cjs");require("../../points-icon/points-icon.cjs");const S=require("../../base/values/scalars.cjs");require("../../badge/badge.cjs");require("../../badge/chip.cjs");const a=require("../../typed-intl/index.cjs"),f=require("../../collateral-allocation-tooltip/allocation-wheel.cjs");require("@fortawesome/free-solid-svg-icons");require("../../icons/fa-icon.cjs");require("../../token-icon/token-icon.cjs");require("../../tooltip/simple-tooltip.cjs");require("../../tooltip/tooltip.cjs");const y=require("../../name-cell/name-cell.cjs"),b=require("../../short-string/short-string.cjs");require("react-intl");require("../../buttons/button/button.cjs");const t=require("../../table/grid-table.cjs");require("../../skeleton/skeleton.cjs");require("../../table/table.cjs");const i=require("../../table/table-sm.cjs"),C=require("../../token-symbol/token-symbol.cjs"),T=require("../../token-template/token-template.cjs"),A=require("../../vertical-indicator/vertical-indicator.cjs"),c=require("./constants.cjs");function z(s,l){if(l!==0n)return Number(s*10000n/l)}function k(s,l){return l<=0n||s<=0n?0:Number(s*10000n/l)/1e4}function N({asset:s,underlyingToken:l,last:q,isCompact:u,totalUsed:j,colorIndex:g}){const{token:n,limit:o,used:r}=s,_=u?40:21,m=k(r.value,j),d=()=>e.jsx(y.NameCell,{leading:e.jsx(C.TokenSymbol,{size:32,token:n}),title:e.jsx(b.ShortString,{maxLength:_,children:n.symbol}),subtitle:e.jsx(b.ShortString,{maxLength:20,children:n.name})}),p=()=>e.jsxs("div",{className:"flex items-center justify-end gap-2","data-testid":c.PoolAssetsTableTest.exposureCell,children:[e.jsx(f.AllocationWheel,{share:m,colorIndex:g,idle:m===0}),e.jsx(A.VerticalIndicator,{value:e.jsx(T.TokenTemplate,{decimalPartLength:2,precision:2,showSymbol:!1,token:l,value:r.value}),valueDescription:r.valueUsd===null?"—":v.formatMoney(r.valueUsd)})]}),x=()=>e.jsx("div",{"data-testid":c.PoolAssetsTableTest.capCell,children:o.value===0n?e.jsx("span",{children:"—"}):e.jsx(T.TokenTemplate,{decimalPartLength:2,precision:2,showSymbol:!1,token:l,value:o.value})}),h=()=>e.jsx("div",{"data-testid":c.PoolAssetsTableTest.capUtilizationCell,children:e.jsx(S.UtilizationValue,{data:z(r.value,o.value)})});return e.jsx(t.GridTableRow,{last:q,height:"auto",className:"cursor-default",style:{minHeight:"75px"},children:u?e.jsx(t.GridTableCell,{className:"px-3 py-0!",size:"sm",span:"full",children:e.jsxs(i.TableLineSm,{className:"w-full",columns:3,columnsXs:3,title:d(),children:[e.jsx(i.TableCellSm,{title:e.jsx(a.FormattedMessageTyped,{messageId:"components.poolAssetsTable.exposure"}),children:p()}),e.jsx(i.TableCellSm,{title:e.jsx(a.FormattedMessageTyped,{messageId:"components.poolAssetsTable.cap"}),children:x()}),e.jsx(i.TableCellSm,{title:e.jsx(a.FormattedMessageTyped,{messageId:"components.poolAssetsTable.capUtilization"}),children:h()})]})}):e.jsxs(e.Fragment,{children:[e.jsx(t.GridTableCell,{className:"pl-4",size:"sm",textAlign:"left",children:d()}),e.jsx(t.GridTableCell,{size:"sm",textAlign:"right",children:p()}),e.jsx(t.GridTableCell,{size:"sm",textAlign:"right",children:x()}),e.jsx(t.GridTableCell,{className:"pr-4",size:"sm",textAlign:"right",children:h()})]})})}exports.PoolAssetsTableRow=N;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("react/jsx-runtime"),b=require("../../cards/card/card.cjs");require("clsx");require("tailwind-merge");require("react");require("@fortawesome/free-solid-svg-icons");require("../../icons/fa-icon.cjs");require("@gearbox-protocol/sdk");require("sonner");require("@gearbox-protocol/sdk/common-utils");require("luxon");require("../../../utils/z-index.cjs");require("react-intl");require("../../buttons/button/button.cjs");const i=require("../../table/grid-table.cjs");require("../../skeleton/skeleton.cjs");require("../../table/table.cjs");const q=require("../../../hooks/use-media-query.cjs"),p=require("../../../hooks/use-observed-width-key.cjs"),T=require("./constants.cjs"),m=require("./pool-assets-table-head.cjs"),_=require("./pool-assets-table-row.cjs"),h=680;function A({list:r,sort:n,underlyingToken:a}){const c=q.useIsMobile(),{ref:u,widthKey:l}=p.useObservedWidthKey(),t=l>0?l<h:c,d=r.reduce((s,o)=>s+o.used.value,0n);return e.jsx(b.Card,{ref:u,className:"overflow-hidden rounded-lg p-2",children:e.jsxs(i.GridTable,{cols:t?"1fr":"1fr max-content max-content minmax(0,1fr)","data-testid":T.PoolAssetsTableTest.root,gap:0,size:"lg",wrapperClassName:"overflow-visible",children:[!t&&e.jsx(i.GridTableHeader,{children:e.jsx(m.PoolAssetsTableHead,{sort:n})}),e.jsx(i.GridTableBody,{children:r.map((s,o)=>e.jsx(_.PoolAssetsTableRow,{asset:s,underlyingToken:a,last:o===r.length-1,isCompact:t,totalUsed:d,colorIndex:o},s.token.address))})]})})}exports.PoolAssetsTable=A;
|
|
@@ -1,148 +1,147 @@
|
|
|
1
|
-
import { jsx as e, jsxs as
|
|
1
|
+
import { jsx as e, jsxs as m, Fragment as N } from "react/jsx-runtime";
|
|
2
2
|
import "react";
|
|
3
3
|
import "@gearbox-protocol/sdk";
|
|
4
4
|
import "clsx";
|
|
5
5
|
import "tailwind-merge";
|
|
6
6
|
import "sonner";
|
|
7
|
-
import { formatMoney as
|
|
7
|
+
import { formatMoney as y } from "../../../utils/format-money.js";
|
|
8
8
|
import "@gearbox-protocol/sdk/common-utils";
|
|
9
9
|
import "luxon";
|
|
10
10
|
import "../../../utils/z-index.js";
|
|
11
11
|
import "../../points-icon/points-icon.js";
|
|
12
|
-
import { UtilizationValue as
|
|
12
|
+
import { UtilizationValue as C } from "../../base/values/scalars.js";
|
|
13
13
|
import "../../badge/badge.js";
|
|
14
14
|
import "../../badge/chip.js";
|
|
15
|
-
import { FormattedMessageTyped as
|
|
16
|
-
import { AllocationWheel as
|
|
15
|
+
import { FormattedMessageTyped as a } from "../../typed-intl/index.js";
|
|
16
|
+
import { AllocationWheel as S } from "../../collateral-allocation-tooltip/allocation-wheel.js";
|
|
17
17
|
import "@fortawesome/free-solid-svg-icons";
|
|
18
18
|
import "../../icons/fa-icon.js";
|
|
19
19
|
import "../../token-icon/token-icon.js";
|
|
20
20
|
import "../../tooltip/simple-tooltip.js";
|
|
21
21
|
import "../../tooltip/tooltip.js";
|
|
22
|
-
import { NameCell as
|
|
23
|
-
import { ShortString as
|
|
22
|
+
import { NameCell as L } from "../../name-cell/name-cell.js";
|
|
23
|
+
import { ShortString as b } from "../../short-string/short-string.js";
|
|
24
24
|
import "react-intl";
|
|
25
25
|
import "../../buttons/button/button.js";
|
|
26
|
-
import { GridTableRow as
|
|
26
|
+
import { GridTableRow as U, GridTableCell as o } from "../../table/grid-table.js";
|
|
27
27
|
import "../../skeleton/skeleton.js";
|
|
28
28
|
import "../../table/table.js";
|
|
29
|
-
import { TableLineSm as
|
|
30
|
-
import { TokenSymbol as
|
|
31
|
-
import { TokenTemplate as
|
|
32
|
-
import { VerticalIndicator as
|
|
33
|
-
import { PoolAssetsTableTest as
|
|
34
|
-
function
|
|
29
|
+
import { TableLineSm as k, TableCellSm as n } from "../../table/table-sm.js";
|
|
30
|
+
import { TokenSymbol as w } from "../../token-symbol/token-symbol.js";
|
|
31
|
+
import { TokenTemplate as v } from "../../token-template/token-template.js";
|
|
32
|
+
import { VerticalIndicator as I } from "../../vertical-indicator/vertical-indicator.js";
|
|
33
|
+
import { PoolAssetsTableTest as p } from "./constants.js";
|
|
34
|
+
function P(i, t) {
|
|
35
35
|
if (t !== 0n)
|
|
36
36
|
return Number(i * 10000n / t);
|
|
37
37
|
}
|
|
38
|
-
function
|
|
38
|
+
function j(i, t) {
|
|
39
39
|
return t <= 0n || i <= 0n ? 0 : Number(i * 10000n / t) / 1e4;
|
|
40
40
|
}
|
|
41
|
-
function
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
last: T,
|
|
41
|
+
function ue({
|
|
42
|
+
asset: i,
|
|
43
|
+
underlyingToken: t,
|
|
44
|
+
last: x,
|
|
46
45
|
isCompact: c,
|
|
47
|
-
totalUsed:
|
|
48
|
-
colorIndex:
|
|
46
|
+
totalUsed: T,
|
|
47
|
+
colorIndex: z
|
|
49
48
|
}) {
|
|
50
|
-
const { token:
|
|
51
|
-
|
|
49
|
+
const { token: r, limit: s, used: l } = i, A = c ? 40 : 21, d = j(l.value, T), u = () => /* @__PURE__ */ e(
|
|
50
|
+
L,
|
|
52
51
|
{
|
|
53
|
-
leading: /* @__PURE__ */ e(
|
|
54
|
-
title: /* @__PURE__ */ e(
|
|
55
|
-
subtitle: /* @__PURE__ */ e(
|
|
52
|
+
leading: /* @__PURE__ */ e(w, { size: 32, token: r }),
|
|
53
|
+
title: /* @__PURE__ */ e(b, { maxLength: A, children: r.symbol }),
|
|
54
|
+
subtitle: /* @__PURE__ */ e(b, { maxLength: 20, children: r.name })
|
|
56
55
|
}
|
|
57
|
-
),
|
|
56
|
+
), h = () => /* @__PURE__ */ m(
|
|
58
57
|
"div",
|
|
59
58
|
{
|
|
60
59
|
className: "flex items-center justify-end gap-2",
|
|
61
|
-
"data-testid":
|
|
60
|
+
"data-testid": p.exposureCell,
|
|
62
61
|
children: [
|
|
63
62
|
/* @__PURE__ */ e(
|
|
64
|
-
|
|
63
|
+
S,
|
|
65
64
|
{
|
|
66
|
-
share:
|
|
67
|
-
colorIndex:
|
|
68
|
-
idle:
|
|
65
|
+
share: d,
|
|
66
|
+
colorIndex: z,
|
|
67
|
+
idle: d === 0
|
|
69
68
|
}
|
|
70
69
|
),
|
|
71
70
|
/* @__PURE__ */ e(
|
|
72
|
-
|
|
71
|
+
I,
|
|
73
72
|
{
|
|
74
73
|
value: /* @__PURE__ */ e(
|
|
75
|
-
|
|
74
|
+
v,
|
|
76
75
|
{
|
|
77
76
|
decimalPartLength: 2,
|
|
78
77
|
precision: 2,
|
|
79
78
|
showSymbol: !1,
|
|
80
|
-
token:
|
|
79
|
+
token: t,
|
|
81
80
|
value: l.value
|
|
82
81
|
}
|
|
83
82
|
),
|
|
84
|
-
valueDescription: l.valueUsd === null ? "—" :
|
|
83
|
+
valueDescription: l.valueUsd === null ? "—" : y(l.valueUsd)
|
|
85
84
|
}
|
|
86
85
|
)
|
|
87
86
|
]
|
|
88
87
|
}
|
|
89
|
-
),
|
|
90
|
-
|
|
88
|
+
), f = () => /* @__PURE__ */ e("div", { "data-testid": p.capCell, children: s.value === 0n ? /* @__PURE__ */ e("span", { children: "—" }) : /* @__PURE__ */ e(
|
|
89
|
+
v,
|
|
91
90
|
{
|
|
92
91
|
decimalPartLength: 2,
|
|
93
92
|
precision: 2,
|
|
94
93
|
showSymbol: !1,
|
|
95
|
-
token:
|
|
96
|
-
value:
|
|
94
|
+
token: t,
|
|
95
|
+
value: s.value
|
|
97
96
|
}
|
|
98
|
-
) }),
|
|
97
|
+
) }), g = () => /* @__PURE__ */ e("div", { "data-testid": p.capUtilizationCell, children: /* @__PURE__ */ e(C, { data: P(l.value, s.value) }) });
|
|
99
98
|
return /* @__PURE__ */ e(
|
|
100
|
-
|
|
99
|
+
U,
|
|
101
100
|
{
|
|
102
|
-
last:
|
|
101
|
+
last: x,
|
|
103
102
|
height: "auto",
|
|
104
103
|
className: "cursor-default",
|
|
105
104
|
style: { minHeight: "75px" },
|
|
106
|
-
children: c ? /* @__PURE__ */ e(o, { className: "px-3 py-0!", size: "sm", span: "full", children: /* @__PURE__ */
|
|
107
|
-
|
|
105
|
+
children: c ? /* @__PURE__ */ e(o, { className: "px-3 py-0!", size: "sm", span: "full", children: /* @__PURE__ */ m(
|
|
106
|
+
k,
|
|
108
107
|
{
|
|
109
108
|
className: "w-full",
|
|
110
109
|
columns: 3,
|
|
111
110
|
columnsXs: 3,
|
|
112
|
-
title:
|
|
111
|
+
title: u(),
|
|
113
112
|
children: [
|
|
114
113
|
/* @__PURE__ */ e(
|
|
115
|
-
|
|
114
|
+
n,
|
|
116
115
|
{
|
|
117
|
-
title: /* @__PURE__ */ e(
|
|
118
|
-
children:
|
|
116
|
+
title: /* @__PURE__ */ e(a, { messageId: "components.poolAssetsTable.exposure" }),
|
|
117
|
+
children: h()
|
|
119
118
|
}
|
|
120
119
|
),
|
|
121
120
|
/* @__PURE__ */ e(
|
|
122
|
-
|
|
121
|
+
n,
|
|
123
122
|
{
|
|
124
|
-
title: /* @__PURE__ */ e(
|
|
125
|
-
children:
|
|
123
|
+
title: /* @__PURE__ */ e(a, { messageId: "components.poolAssetsTable.cap" }),
|
|
124
|
+
children: f()
|
|
126
125
|
}
|
|
127
126
|
),
|
|
128
127
|
/* @__PURE__ */ e(
|
|
129
|
-
|
|
128
|
+
n,
|
|
130
129
|
{
|
|
131
|
-
title: /* @__PURE__ */ e(
|
|
132
|
-
children:
|
|
130
|
+
title: /* @__PURE__ */ e(a, { messageId: "components.poolAssetsTable.capUtilization" }),
|
|
131
|
+
children: g()
|
|
133
132
|
}
|
|
134
133
|
)
|
|
135
134
|
]
|
|
136
135
|
}
|
|
137
|
-
) }) : /* @__PURE__ */
|
|
138
|
-
/* @__PURE__ */ e(o, { className: "pl-4", size: "sm", textAlign: "left", children:
|
|
136
|
+
) }) : /* @__PURE__ */ m(N, { children: [
|
|
137
|
+
/* @__PURE__ */ e(o, { className: "pl-4", size: "sm", textAlign: "left", children: u() }),
|
|
138
|
+
/* @__PURE__ */ e(o, { size: "sm", textAlign: "right", children: h() }),
|
|
139
139
|
/* @__PURE__ */ e(o, { size: "sm", textAlign: "right", children: f() }),
|
|
140
|
-
/* @__PURE__ */ e(o, { size: "sm", textAlign: "right", children: g() })
|
|
141
|
-
/* @__PURE__ */ e(o, { className: "pr-4", size: "sm", textAlign: "right", children: v() })
|
|
140
|
+
/* @__PURE__ */ e(o, { className: "pr-4", size: "sm", textAlign: "right", children: g() })
|
|
142
141
|
] })
|
|
143
142
|
}
|
|
144
143
|
);
|
|
145
144
|
}
|
|
146
145
|
export {
|
|
147
|
-
|
|
146
|
+
ue as PoolAssetsTableRow
|
|
148
147
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { jsx as o, jsxs as
|
|
2
|
-
import { Card as
|
|
1
|
+
import { jsx as o, jsxs as n } from "react/jsx-runtime";
|
|
2
|
+
import { Card as c } from "../../cards/card/card.js";
|
|
3
3
|
import "clsx";
|
|
4
4
|
import "tailwind-merge";
|
|
5
5
|
import "react";
|
|
@@ -12,41 +12,39 @@ import "luxon";
|
|
|
12
12
|
import "../../../utils/z-index.js";
|
|
13
13
|
import "react-intl";
|
|
14
14
|
import "../../buttons/button/button.js";
|
|
15
|
-
import { GridTable as
|
|
15
|
+
import { GridTable as f, GridTableHeader as b, GridTableBody as T } from "../../table/grid-table.js";
|
|
16
16
|
import "../../skeleton/skeleton.js";
|
|
17
17
|
import "../../table/table.js";
|
|
18
|
-
import { useIsMobile as
|
|
19
|
-
import { useObservedWidthKey as
|
|
20
|
-
import { PoolAssetsTableTest as
|
|
21
|
-
import { PoolAssetsTableHead as
|
|
22
|
-
import { PoolAssetsTableRow as
|
|
23
|
-
const
|
|
24
|
-
function
|
|
18
|
+
import { useIsMobile as h } from "../../../hooks/use-media-query.js";
|
|
19
|
+
import { useObservedWidthKey as u } from "../../../hooks/use-observed-width-key.js";
|
|
20
|
+
import { PoolAssetsTableTest as x } from "./constants.js";
|
|
21
|
+
import { PoolAssetsTableHead as v } from "./pool-assets-table-head.js";
|
|
22
|
+
import { PoolAssetsTableRow as w } from "./pool-assets-table-row.js";
|
|
23
|
+
const A = 680;
|
|
24
|
+
function U({
|
|
25
25
|
list: t,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
underlyingToken: l
|
|
26
|
+
sort: s,
|
|
27
|
+
underlyingToken: p
|
|
29
28
|
}) {
|
|
30
|
-
const
|
|
31
|
-
return /* @__PURE__ */ o(
|
|
32
|
-
|
|
29
|
+
const l = h(), { ref: a, widthKey: m } = u(), i = m > 0 ? m < A : l, d = t.reduce((r, e) => r + e.used.value, 0n);
|
|
30
|
+
return /* @__PURE__ */ o(c, { ref: a, className: "overflow-hidden rounded-lg p-2", children: /* @__PURE__ */ n(
|
|
31
|
+
f,
|
|
33
32
|
{
|
|
34
33
|
cols: i ? "1fr" : "1fr max-content max-content minmax(0,1fr)",
|
|
35
|
-
"data-testid":
|
|
34
|
+
"data-testid": x.root,
|
|
36
35
|
gap: 0,
|
|
37
36
|
size: "lg",
|
|
38
37
|
wrapperClassName: "overflow-visible",
|
|
39
38
|
children: [
|
|
40
|
-
!i && /* @__PURE__ */ o(
|
|
41
|
-
/* @__PURE__ */ o(
|
|
42
|
-
|
|
39
|
+
!i && /* @__PURE__ */ o(b, { children: /* @__PURE__ */ o(v, { sort: s }) }),
|
|
40
|
+
/* @__PURE__ */ o(T, { children: t.map((r, e) => /* @__PURE__ */ o(
|
|
41
|
+
w,
|
|
43
42
|
{
|
|
44
43
|
asset: r,
|
|
45
|
-
|
|
46
|
-
underlyingToken: l,
|
|
44
|
+
underlyingToken: p,
|
|
47
45
|
last: e === t.length - 1,
|
|
48
46
|
isCompact: i,
|
|
49
|
-
totalUsed:
|
|
47
|
+
totalUsed: d,
|
|
50
48
|
colorIndex: e
|
|
51
49
|
},
|
|
52
50
|
r.token.address
|
|
@@ -56,5 +54,5 @@ function q({
|
|
|
56
54
|
) });
|
|
57
55
|
}
|
|
58
56
|
export {
|
|
59
|
-
|
|
57
|
+
U as PoolAssetsTable
|
|
60
58
|
};
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { QuotaAsset, Token } from '@gearbox-protocol/sdk/model';
|
|
2
2
|
import { default as React } from 'react';
|
|
3
3
|
export interface PoolAssetsTableRowProps {
|
|
4
|
-
readonly poolName: string;
|
|
5
4
|
readonly asset: QuotaAsset;
|
|
6
5
|
readonly underlyingToken: Token;
|
|
7
6
|
readonly last: boolean;
|
|
@@ -12,4 +11,4 @@ export interface PoolAssetsTableRowProps {
|
|
|
12
11
|
/**
|
|
13
12
|
* Single data row: token name, exposure (amount + pie), cap, and cap utilization.
|
|
14
13
|
*/
|
|
15
|
-
export declare function PoolAssetsTableRow({
|
|
14
|
+
export declare function PoolAssetsTableRow({ asset, underlyingToken, last, isCompact, totalUsed, colorIndex, }: PoolAssetsTableRowProps): React.ReactElement;
|
|
@@ -3,7 +3,6 @@ import { default as React } from 'react';
|
|
|
3
3
|
import { PoolAssetsTableSort } from './types';
|
|
4
4
|
export interface PoolAssetsTableProps {
|
|
5
5
|
readonly list: ReadonlyArray<QuotaAsset>;
|
|
6
|
-
readonly poolName: string;
|
|
7
6
|
readonly sort: PoolAssetsTableSort;
|
|
8
7
|
readonly underlyingToken: Token;
|
|
9
8
|
}
|
|
@@ -11,4 +10,4 @@ export interface PoolAssetsTableProps {
|
|
|
11
10
|
* Grid table of pool asset quotas: exposure, cap, and cap utilization.
|
|
12
11
|
* Collapses into stacked cards below {@link COMPACT_WIDTH_THRESHOLD}.
|
|
13
12
|
*/
|
|
14
|
-
export declare function PoolAssetsTable({ list,
|
|
13
|
+
export declare function PoolAssetsTable({ list, sort, underlyingToken, }: PoolAssetsTableProps): React.ReactElement | null;
|