UNPKG

@rc-component/picker

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