notform 2.0.0-alpha.6 → 2.0.0-alpha.7
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.ts +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -199,7 +199,7 @@ type NotFormProps = {
|
|
|
199
199
|
};
|
|
200
200
|
/** Slots for the `NotForm` component. */
|
|
201
201
|
type NotFormSlots = {
|
|
202
|
-
default: [];
|
|
202
|
+
/** The default slot receives the full form instance */default: [];
|
|
203
203
|
};
|
|
204
204
|
//#endregion
|
|
205
205
|
//#region src/composables/use-not-form.d.ts
|