UNPKG
kylin-ui-component
Version:
latest (0.0.2)
0.0.2
0.0.1
A React UI library for some developers to develop quickly
kylin-ui-component
/
dist
/
types
/
packages
/
shared
/
src
/
theme.d.ts
2 lines
(1 loc)
•
106 B
TypeScript
View Raw
1
2
export
declare
function
extractThemeConfig
(
themeConfig
:
any
,
componentName
:
any
,
themeType
:
any
):
string
;