Skip to content

Commit

Permalink
fix: overrideSupportStatic函数未导出
Browse files Browse the repository at this point in the history
  • Loading branch information
hzh11012 committed Dec 25, 2024
1 parent 237d511 commit f1eb0e4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/amis/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import type {TabsSchema} from './renderers/Tabs';
import {availableLanguages as EditorAvailableLanguages} from './renderers/Form/Editor';
import type {Action} from './types';
import type {SchemaType} from './Schema';
import {overrideSupportStatic} from './renderers/Form/StaticHoc';
export * from './renderers/Form/IconPickerIcons';
export * from './renderers/Form/IconSelectStore';

Expand All @@ -47,5 +48,6 @@ export {
SchemaType,
EditorAvailableLanguages,
registerFilter,
registerFormula
registerFormula,
overrideSupportStatic
};

0 comments on commit f1eb0e4

Please # to comment.