/** * Blocks barrel export. * * Blocks are high-level, ready-to-use components with full functionality, * similar to Shadcn blocks. They compose primitives, UI components, and hooks * into complete features. * * @module @mks2508/mks-ui/react/blocks */ export * from './Terminal'; export * from './Sidebar'; export * from './BottomNavBar'; //# sourceMappingURL=index.d.ts.map