UNPKG

@rc-component/picker

Version:
12 lines (11 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = useInputReadOnly; function useInputReadOnly(formatList, inputReadOnly, multiple) { if (typeof formatList[0] === 'function' || multiple) { return true; } return inputReadOnly; }