Files
community-rule/app/components/Chip/index.tsx
T
2026-02-05 09:02:15 -07:00

4 lines
92 B
TypeScript

export { default } from "./Chip.container";
export type { ChipProps } from "./Chip.types";