Skip to content

Commit

Permalink
fix: 🐛 全局对外暴露函数修改
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 15, 2023
1 parent a0e0173 commit f11dd42
Showing 1 changed file with 3 additions and 36 deletions.
39 changes: 3 additions & 36 deletions packages/gbeata/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,42 +21,7 @@ import GTable, {
} from './GTable';

import { default as GTagGroup } from './GTagGroup';
export {
GAction,
GButton,
GCard,
GCardGroup,
GCtrl,
GDialog,
GDialogForm,
GField,
GFields,
GForm,
GSearch,
GSearchList,
GSearchTable,
GSelect,
GTable,
GTagGroup,
Selection,
SelectionAll,
error,
info,
registerAction,
registerField,
registerTableRender,
setDefaultDataFilter,
setDefaultSearchFilter,
setGlobalDialogField,
setPermissionList,
setSearchDefaultVisibleRow,
setSearchTableDefaultValue,
setTableDefaultProps,
success,
warning,
};

export default {
export const init = {
success,
info,
GCard,
Expand Down Expand Up @@ -90,4 +55,6 @@ export default {
registerAction,
GSearchList,
};

export default init;
export * from './index.d';

0 comments on commit f11dd42

Please sign in to comment.