1
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { BaseInputProps } from '@rc-component/input/lib/interface';
|
||||
export type AllowClear = BaseInputProps['allowClear'];
|
||||
declare const getAllowClear: (allowClear: AllowClear) => AllowClear;
|
||||
export default getAllowClear;
|
||||
Reference in New Issue
Block a user