@szjy/workflow 0.1.6 → 0.1.8

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,6 @@
1
1
  export declare const SLOT_NAMES: {
2
2
  readonly TOOLBAR_PREFIX: "TOOLBAR_PREFIX";
3
+ readonly USER_CHOOSER_SUFFIX: "USER_CHOOSER_SUFFIX";
3
4
  };
4
5
  type SlotNames = keyof typeof SLOT_NAMES;
5
6
  export declare const slotKeyName: (name: SlotNames) => string;