Files
Homarr/packages/ui/index.ts
2025-01-31 23:32:08 +01:00

7 lines
170 B
TypeScript

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