Files
community-rule/app/components/controls/Incrementer/index.tsx
T
2026-04-18 09:33:24 -06:00

6 lines
139 B
TypeScript

export { default } from "./Incrementer.container";
export type {
IncrementerProps,
IncrementerViewProps,
} from "./Incrementer.types";