UNPKG
xbpr
Version:
latest (0.0.1)
0.0.1
xbp react ui by @arco-design/web-react
xbpr
/
es
/
ConfigProvider
/
util.d.ts
3 lines
(2 loc)
•
124 B
TypeScript
View Raw
1
2
3
export
declare
function
lighten
(
color
:
string
,
percent
:
number
):
string
;
export
declare
function
hsltorgb
(
hsl
:
any
):
any
[];