mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-27 17:00:54 +01:00
* fix(deps): update dependency @tabler/icons-react to v3 * fix: type issues caused by removal of TablerIconProps --------- Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com> Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
9 lines
218 B
TypeScript
9 lines
218 B
TypeScript
import type { Icon123 } from "@tabler/icons-react";
|
|
|
|
export * from "@mantine/core";
|
|
export * from "@mantine/dates";
|
|
export * from "@tabler/icons-react";
|
|
export * from "./src";
|
|
|
|
export type TablerIcon = typeof Icon123;
|