Files
frontend/node_modules/rc-picker/es/utils/getClearIcon.d.ts
2026-01-17 15:16:36 -05:00

6 lines
268 B
TypeScript

import type { ReactNode } from "react";
import React from "react";
export declare function getClearIcon(prefixCls: string, allowClear?: boolean | {
clearIcon?: ReactNode;
}, clearIcon?: ReactNode): string | number | true | Iterable<ReactNode> | React.JSX.Element;