Skip to content

Commit

Permalink
Export type
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaitanLyss committed Sep 4, 2024
1 parent 7b165d3 commit 643ebfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@selenite/commons",
"version": "0.23.2",
"version": "0.23.3",
"repository": "github:ShaitanLyss/selenite-commons",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/lib/actions/box-selection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { Action } from 'svelte/action';
/**
* Parameters of the box selection Svelte action.
*/
type BoxSelectionParams = {
export type BoxSelectionParams = {
/** Is the box selection active. */
enabled?: boolean;
/** Selection callback. */
Expand Down

0 comments on commit 643ebfc

Please sign in to comment.