UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

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