minishouyin/node_modules/rc-picker/es/PickerInput/hooks/useInputReadOnly.d.ts

3 lines
199 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import type { FormatType } from '../../interface';
export default function useInputReadOnly<DateType = any>(formatList: FormatType<DateType>[], inputReadOnly?: boolean, multiple?: boolean): boolean;