Files
community-rule/app/components/controls/Chip/index.tsx
T
2026-03-02 22:12:50 -07:00

3 lines
91 B
TypeScript

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