unis_crm/frontend1/node_modules/rc-picker/lib/PickerInput/hooks/useInputReadOnly.d.ts

3 lines
199 B
TypeScript
Raw Normal View History

2026-03-26 09:29:55 +00:00
import type { FormatType } from '../../interface';
export default function useInputReadOnly<DateType = any>(formatList: FormatType<DateType>[], inputReadOnly?: boolean, multiple?: boolean): boolean;