Files
video-gen/video-gen-admin/node_modules/@rc-component/picker/lib/utils/getClearIcon.d.ts
T
2026-05-25 17:08:18 +08: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 | React.JSX.Element | Iterable<ReactNode>;