Files
community-rule/app/components/controls/Chip/index.tsx
T
2026-02-05 18:21:56 -07:00

4 lines
92 B
TypeScript

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