mirror of
https://github.com/ajnart/homarr.git
synced 2026-05-06 04:37:20 +02:00
7 lines
170 B
TypeScript
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;
|