Files
2026-04-18 14:12:49 -06:00

3 lines
127 B
TypeScript

export { default } from "./InputWithCounter.container";
export type { InputWithCounterProps } from "./InputWithCounter.types";