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

3 lines
146 B
TypeScript

export { InputWithCounterView as default } from "./InputWithCounter.view";
export type { InputWithCounterProps } from "./InputWithCounter.types";