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;
|