@szjy/workflow 0.1.12 → 0.1.13

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 {};