Skip to content

Commit

Permalink
chore: export Label classes
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Lee committed Jul 29, 2022
1 parent 148639d commit 6c8d737
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
@@ -1,6 +1,6 @@
{
"name": "svelte-headless-table",
"version": "0.12.1",
"version": "0.12.2",
"scripts": {
"dev": "vite dev",
"build": "vite build",
Expand Down
1 change: 1 addition & 0 deletions src/lib/index.ts
Expand Up @@ -19,3 +19,4 @@ 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';
export type { DataLabel, DisplayLabel, HeaderLabel } from '$lib/types/Label';

1 comment on commit 6c8d737

@vercel
Copy link

@vercel vercel bot commented on 6c8d737 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.