UNPKG

@tachui/primitives

Version:

Basic UI components for tachUI framework

11 lines 277 B
/** * 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