minishouyin/node_modules/rc-picker/lib/PickerInput/Selector/hooks/useClearIcon.d.ts

9 lines
349 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import type { ReactNode } from 'react';
import * as React from 'react';
/**
* Used for `useFilledProps` since it already in the React.useMemo
*/
export declare function fillClearIcon(prefixCls: string, allowClear?: boolean | {
clearIcon?: ReactNode;
}, clearIcon?: ReactNode): string | number | true | Iterable<ReactNode> | React.JSX.Element;