first commit
This commit is contained in:
4
frontend/node_modules/rc-input/es/Input.d.ts
generated
vendored
Normal file
4
frontend/node_modules/rc-input/es/Input.d.ts
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
import React from 'react';
|
||||
import type { InputProps, InputRef } from './interface';
|
||||
declare const Input: React.ForwardRefExoticComponent<InputProps & React.RefAttributes<InputRef>>;
|
||||
export default Input;
|
||||
Reference in New Issue
Block a user