Skip to content

Commit

Permalink
remake devextreme-vue generator for TS type inference
Browse files Browse the repository at this point in the history
+ refactor files struct
  • Loading branch information
GoodDayForSurf committed Sep 25, 2024
1 parent a74d9dc commit 62d63bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
prepareComponentConfig,
prepareExtensionComponentConfig,
prepareConfigurationComponentConfig
} from "../strategy/vue3";
} from "../index";

interface CustomApp extends App {
test: string;
Expand Down

0 comments on commit 62d63bf

Please sign in to comment.