UNPKG
el-react-ui
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
Energylink React UI components
bitbucket.org/cozero/el-react-ui
el-react-ui
/
lib
/
utils
/
index.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
ThemeProps
}
from
'@/utils/types'
;
export
declare
const
themed
: <P>
(
key
:
string
) =>
(
props
:
ThemeProps
& P
) =>
any
;