mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01: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;
|