@nuxt/schema-nightly 4.2.0-29334440.d083e066 → 4.2.0-29334442.191bcb7e
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/dist/index.d.mts +0 -5
- package/dist/index.d.ts +0 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -155,11 +155,6 @@ interface ScanDir {
|
|
|
155
155
|
* This flag indicates, component should be loaded async (with a separate chunk) regardless of using Lazy prefix or not.
|
|
156
156
|
*/
|
|
157
157
|
isAsync?: boolean;
|
|
158
|
-
/**
|
|
159
|
-
* Path to component's declaration file
|
|
160
|
-
* Used for type generation when different from filePath
|
|
161
|
-
*/
|
|
162
|
-
declarationPath?: string;
|
|
163
158
|
extendComponent?: (component: Component) => Promise<Component | void> | (Component | void);
|
|
164
159
|
/**
|
|
165
160
|
* If enabled, registers components to be globally available.
|
package/dist/index.d.ts
CHANGED
|
@@ -155,11 +155,6 @@ interface ScanDir {
|
|
|
155
155
|
* This flag indicates, component should be loaded async (with a separate chunk) regardless of using Lazy prefix or not.
|
|
156
156
|
*/
|
|
157
157
|
isAsync?: boolean;
|
|
158
|
-
/**
|
|
159
|
-
* Path to component's declaration file
|
|
160
|
-
* Used for type generation when different from filePath
|
|
161
|
-
*/
|
|
162
|
-
declarationPath?: string;
|
|
163
158
|
extendComponent?: (component: Component) => Promise<Component | void> | (Component | void);
|
|
164
159
|
/**
|
|
165
160
|
* If enabled, registers components to be globally available.
|