Files
Homarr/packages/ui/index.ts
Meier Lukas b78d32b81c fix: nextjs is slow dev server (#364)
* fix: nextjs slow compile time

* fix: change optimized package imports and transpile packages

* fix: format issue
2024-04-25 22:06:15 +02:00

6 lines
118 B
TypeScript

import type { Icon123 } from "@tabler/icons-react";
export * from "./src";
export type TablerIcon = typeof Icon123;