UNPKG
@tachui/primitives
Version:
latest (0.8.1-alpha)
0.8.1-alpha
0.8.0-alpha
Basic UI components for tachUI framework
tachui.dev
tach-UI/tachUI
@tachui/primitives
/
dist
/
index.d.ts
11 lines
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * TachUI Primitives - Basic UI Components * * Foundation UI components for tachUI applications */
export
*
from
'./layout'
;
export
*
from
'./display'
;
export
*
from
'./controls'
;
export
*
from
'./forms'
;
export
*
from
'./validation'
;
//# sourceMappingURL=index.d.ts.map