UNPKG
react-layout-kit
Version:
alpha (3.0.0-alpha.3)
beta (2.0.0-beta.1)
latest (2.0.0)
3.0.0-alpha.3
3.0.0-alpha.2
3.0.0-alpha.1
2.0.0
2.0.0-beta.1
2.0.0-alpha.6
2.0.0-alpha.5
2.0.0-alpha.4
2.0.0-alpha.3
2.0.0-alpha.2
1.9.2
1.9.2-beta.1
1.9.1
1.9.0
1.8.0
1.7.4
1.7.3
1.7.2
1.7.1
1.7.0
1.6.1
1.6.0
1.5.1
1.5.0
1.4.1
1.4.0
1.3.1
1.3.0
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.1.1
1.1.0
1.0.0
a npm develop template
github.com/arvinxx/react-layout-kit
arvinxx/react-layout-kit
react-layout-kit
/
lib
/
index.d.ts
5 lines
(4 loc)
•
213 B
TypeScript
View Raw
1
2
3
4
5
export
{
default
as
Center
,
type
CenterProps
}
from
'./Center'
;
export
{
Flexbox
,
type
FlexboxProps
}
from
'./Flexbox'
;
export
type
{
CommonSpaceNumber
,
IFlexbox
}
from
'./FlexBasic'
;
export
type
*
from
'./type'
;