Skip to content

Commit 883298f

Browse files
committed
Export EntireSelection
1 parent 12f6880 commit 883298f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/selection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class RangeSelection extends Selection {
8282
}
8383

8484
/** Selection of an entire part of the spreadsheet */
85-
abstract class EntireSelection extends Selection {}
85+
export abstract class EntireSelection extends Selection {}
8686

8787
/** Selection of the entire table */
8888
export class EntireTableSelection extends EntireSelection {

0 commit comments

Comments
 (0)