Skip to content

Commit

Permalink
[sparkle] - feature: export TableData from Table component
Browse files Browse the repository at this point in the history
 - TableData type is now available for import alongside the Table component to streamline integration and usage.
  • Loading branch information
Jules committed Jul 31, 2024
1 parent 77e62b9 commit 80be99d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sparkle/src/_index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ export { Markdown };
import { DataTable } from "./components/DataTable";
export { DataTable };

import { Table } from "./components/Table";
export { Table };
import { Table, TableData } from "./components/Table";
export { Table, TableData };

import {
LogoHorizontalColor as LogoHorizontalColorLogo,
Expand Down

0 comments on commit 80be99d

Please sign in to comment.