UNPKG

@bigbinary/neeto-datepicker

Version:
6 lines (5 loc) 268 B
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;