@szjy/workflow 0.1.11 → 0.1.13

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.
@@ -7,5 +7,5 @@ type SlotNames = keyof typeof SLOT_NAMES;
7
7
  export declare const slotKeyName: (name: SlotNames) => string;
8
8
  export declare const initSlotRegistry: () => void;
9
9
  export declare const isSlotExist: (name: SlotNames) => boolean;
10
- export declare const getSlotByName: (name: SlotNames) => unknown;
10
+ export declare const getSlotByName: (name: SlotNames) => import("vue").Raw<object> | null;
11
11
  export {};