Files
community-rule/app/components/asset/index.ts
T
2026-03-02 22:12:50 -07:00

4 lines
135 B
TypeScript

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