mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-26 08:20:56 +01:00
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
8 lines
171 B
TypeScript
8 lines
171 B
TypeScript
import type { Icon123, IconProps } from "@tabler/icons-react";
|
|
|
|
export * from "./src";
|
|
|
|
export type TablerIcon = typeof Icon123;
|
|
|
|
export type TablerIconProps = IconProps;
|