Files
Homarr/packages/ui/index.ts
homarr-renovate[bot] 1c222ed89c fix(deps): update dependency @tabler/icons-react to v3 (#215)
* 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>
2024-03-12 21:46:37 +01:00

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;