Files
community-rule/app/components/asset/index.tsx
T
2026-04-25 17:57:58 -06:00

4 lines
154 B
TypeScript

export { default as Icon, ICON_NAME_OPTIONS } from "./Icon";
export type { IconName, IconProps } from "./Icon";
export { default as Logo } from "./logo";