3 lines
127 B
TypeScript
3 lines
127 B
TypeScript
export { default } from "./InputWithCounter.container";
|
|
export type { InputWithCounterProps } from "./InputWithCounter.types";
|