events.d.ts 275 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 /** * @description 事件配置 * @author wangfupeng */ import { EMPTY_FN } from '../utils/const'; declare const _default: { onchangeTimeout: number; onchange: typeof EMPTY_FN; onfocus: typeof EMPTY_FN; onblur: typeof EMPTY_FN; }; export default _default;