@morghulis/core 1.0.9 → 1.0.11
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.
|
@@ -2,7 +2,7 @@ declare var __VLS_36: {}, __VLS_56: {}, __VLS_73: {};
|
|
|
2
2
|
type __VLS_Slots = {} & {
|
|
3
3
|
tool?: (props: typeof __VLS_36) => any;
|
|
4
4
|
} & {
|
|
5
|
-
|
|
5
|
+
tag?: (props: typeof __VLS_56) => any;
|
|
6
6
|
} & {
|
|
7
7
|
footer?: (props: typeof __VLS_73) => any;
|
|
8
8
|
};
|