Files
frontend/node_modules/rc-picker/lib/PickerInput/hooks/useInputReadOnly.d.ts
2026-01-17 15:16:36 -05: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;