UNPKG
@nuitral/types
Version:
latest (0.0.1-beta.2)
0.0.1-beta.2
0.0.1-beta.1
0.0.1-alpha.8
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
Type definitions for nuitral components
github.com/nuitral/types
nuitral/types
@nuitral/types
/
dist
/
esm
/
index.js
9 lines
(8 loc)
•
195 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
export
*
from
'./box'
;
export
*
from
'./button'
;
export
*
from
'./card'
;
export
*
from
'./input'
;
export
*
from
'./misc'
;
export
*
from
'./shared'
;
export
*
from
'./tab'
;
export
*
from
'./tabs'
;