minishouyin/node_modules/rc-picker/lib/PickerInput/hooks/useInputReadOnly.d.ts
2025-11-12 11:35:57 +08:00

3 lines
199 B
TypeScript

import type { FormatType } from '../../interface';
export default function useInputReadOnly<DateType = any>(formatList: FormatType<DateType>[], inputReadOnly?: boolean, multiple?: boolean): boolean;