UNPKG

389 BTypeScriptView Raw
1/**
2 * @description 事件配置
3 * @author wangfupeng
4 */
5import { EMPTY_FN } from '../utils/const';
6export declare type TCatalog = {
7 tag: string;
8 id: string;
9 text: string;
10};
11declare const _default: {
12 onchangeTimeout: number;
13 onchange: typeof EMPTY_FN;
14 onfocus: typeof EMPTY_FN;
15 onblur: typeof EMPTY_FN;
16 onCatalogChange: null;
17};
18export default _default;