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
/
wrapper.d.ts
5 lines
(4 loc)
•
143 B
TypeScript
View Raw
1
2
3
4
5
import
{
FC
}
from
'react'
;
import
{
WrapperProps
}
from
'./types'
;
declare
const
ThemeWrapper
:
FC
<
WrapperProps
>;
export
default
ThemeWrapper
;