3 lines
54 B
TypeScript
3 lines
54 B
TypeScript
declare const Input: () => any;
|
|
export default Input;
|
declare const Input: () => any;
|
|
export default Input;
|