library-template/dist/components/input/index.d.ts
2024-01-21 14:13:07 -06:00

3 lines
54 B
TypeScript

declare const Input: () => any;
export default Input;