library-template/dist/components/input/index.d.ts

3 lines
54 B
TypeScript
Raw Normal View History

2024-01-21 14:13:07 -06:00
declare const Input: () => any;
export default Input;