Skip to content

Commit

Permalink
chore: export Table
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lee committed Jun 27, 2022
1 parent 9096f02 commit b1e7a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ export { Subscribe } from 'svelte-subscribe';
export { createTable } from '$lib/createTable';
export { createRender, type RenderConfig } from '$lib/render';
// models
export { Table } from '$lib/createTable';
export { HeaderRow } from '$lib/headerRows';
export {
HeaderCell,
Expand Down

1 comment on commit b1e7a4f

@vercel
Copy link

@vercel vercel bot commented on b1e7a4f Jun 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.