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
/
types.d.ts
10 lines
(9 loc)
•
176 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
{
ReactChild
}
from
'react'
;
export
interface
ThemeProps
{
theme
: { [
key
:
string
]:
any
; }; }
export
interface
WrapperProps
{
children
:
ReactChild
; }