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