Skip to content

Commit

Permalink
refactor devextreme-vue for TS in IDE
Browse files Browse the repository at this point in the history
+ lint
  • Loading branch information
GoodDayForSurf committed Sep 11, 2024
1 parent 67e0dad commit 55bdd1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/devextreme-vue/src/core/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as vue3Stategy from './strategy/vue3/index';
const strategy = vue3Stategy;

export const {
prepareComponentConfig,
prepareConfigurationComponentConfig,
prepareExtensionComponentConfig
prepareComponentConfig,
prepareConfigurationComponentConfig,
prepareExtensionComponentConfig
} = strategy;

0 comments on commit 55bdd1f

Please sign in to comment.