3 lines
94 B
TypeScript
3 lines
94 B
TypeScript
export { default } from "./Input.container";
|
|
export type { InputProps } from "./Input.types";
|