3 lines
146 B
TypeScript
3 lines
146 B
TypeScript
export { InputWithCounterView as default } from "./InputWithCounter.view";
|
|
export type { InputWithCounterProps } from "./InputWithCounter.types";
|