UNPKG
bc-pivot-table
Version:
latest (1.3.1)
1.3.1
1.3.0
1.2.8
1.2.3
1.2.2
1.2.1
1.1.9
1.1.8
1.0.9
1.0.8
1.0.5
1.0.3
1.0.1
1.0.0
0.1.5
0.1.3
0.1.1
0.1.0
用div重构的一个透视表
github.com/beckhayu888/bc-pivot-table.git
beckhayu888/bc-pivot-table
bc-pivot-table
/
lib
/
@types
/
components
/
getTextWidth.d.ts
3 lines
(2 loc)
•
97 B
TypeScript
View Raw
1
2
3
declare
function
getTextWidth
(
text
:
string
,
fontSize
:
number
):
any
[];
export
{ getTextWidth };