Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
qkiroc committed Dec 21, 2023
1 parent f4d67f3 commit 74a2bfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/amis-core/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// https://json-schema.org/draft-07/json-schema-release-notes.html
import type {JSONSchema7} from 'json-schema';
import {ListenerAction} from './actions/Action';
import {debounceConfig} from './utils/renderer-event';
import {debounceConfig, trackConfig} from './utils/renderer-event';

export interface Option {
/**
Expand Down Expand Up @@ -613,6 +613,7 @@ export interface BaseSchemaWithoutType {
weight?: number; // 权重
actions: ListenerAction[]; // 执行的动作集
debounce?: debounceConfig;
track?: trackConfig;
};
};
/**
Expand Down

0 comments on commit 74a2bfd

Please sign in to comment.