first commit
This commit is contained in:
8
frontend/node_modules/rc-input/lib/BaseInput.d.ts
generated
vendored
Normal file
8
frontend/node_modules/rc-input/lib/BaseInput.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
import type { BaseInputProps } from './interface';
|
||||
export interface HolderRef {
|
||||
/** Provider holder ref. Will return `null` if not wrap anything */
|
||||
nativeElement: HTMLElement | null;
|
||||
}
|
||||
declare const BaseInput: React.ForwardRefExoticComponent<BaseInputProps & React.RefAttributes<HolderRef>>;
|
||||
export default BaseInput;
|
||||
Reference in New Issue
Block a user