@piying/view-core 2.7.6 → 2.8.0
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -908,9 +908,9 @@ type RawCoreWrapperConfig = {
|
|
|
908
908
|
};
|
|
909
909
|
type CoreWrapperConfig = {
|
|
910
910
|
type: string | any | LazyImport<any>;
|
|
911
|
-
attributes: AsyncObjectSignal<ViewAttributes>;
|
|
912
911
|
inputs: AsyncObjectSignal<ViewInputs>;
|
|
913
912
|
outputs: AsyncObjectSignal<ViewOutputs>;
|
|
913
|
+
attributes: AsyncObjectSignal<ViewAttributes>;
|
|
914
914
|
events: AsyncObjectSignal<ViewEvents>;
|
|
915
915
|
slots: AsyncObjectSignal<ViewSlots>;
|
|
916
916
|
};
|