@gram-ai/elements 1.19.1 → 1.20.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.
@@ -6,3 +6,5 @@ type Story = StoryFn<typeof Chat>;
6
6
  export declare const Default: Story;
7
7
  export declare const Standalone: Story;
8
8
  export declare const Sidecar: Story;
9
+ export declare const ModalWithHistory: Story;
10
+ export declare const SidecarWithHistory: Story;