builder.io 1.6.85 → 1.6.87

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/types/types.d.ts CHANGED
@@ -361,7 +361,8 @@ export interface ComponentInfo {
361
361
  meta?: Record<string, any>;
362
362
  dependencies?: AppDependency[];
363
363
  externalImportPath?: string;
364
- framework: "react" | "angular" | "qwik";
364
+ framework: "react" | "angular" | "qwik" | "vue";
365
+ vueApiType?: "composition-setup" | "composition" | "options";
365
366
  }
366
367
  export interface MinimalComponentInfo {
367
368
  filePath: string;