aha-components 1.5.4 → 1.5.5

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.
@@ -4,6 +4,9 @@ declare const meta: Meta<typeof Table>;
4
4
  export default meta;
5
5
  type Story = StoryObj<typeof Table>;
6
6
  export declare const Basic: Story;
7
+ export declare const Empty: Story;
8
+ export declare const EmptyWithCustomText: Story;
9
+ export declare const EmptyWithCustomNode: Story;
7
10
  export declare const WithPagination: Story;
8
11
  export declare const WithRowSelection: Story;
9
12
  export declare const WithSorting: Story;