Skip to content

Commit

Permalink
chore: export Column classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lee committed Jul 29, 2022
1 parent 5575005 commit 148639d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-headless-table",
"version": "0.12.0",
"version": "0.12.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions src/lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ export {
} from '$lib/headerCells';
export { BodyRow, DisplayBodyRow, DataBodyRow } from '$lib/bodyRows';
export { BodyCell, DataBodyCell, DisplayBodyCell } from '$lib/bodyCells';
export { Column, FlatColumn, DataColumn, GroupColumn, DisplayColumn } from '$lib/columns';
export type { TableViewModel, TableState } from '$lib/createViewModel';

1 comment on commit 148639d

@vercel
Copy link

@vercel vercel bot commented on 148639d Jul 29, 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.