UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 216 B
import type { BaseInputProps } from 'rc-input/lib/interface'; export type AllowClear = BaseInputProps['allowClear']; declare const getAllowClear: (allowClear: AllowClear) => AllowClear; export default getAllowClear;