We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12f6880 commit 883298fCopy full SHA for 883298f
1 file changed
src/selection.ts
@@ -82,7 +82,7 @@ export class RangeSelection extends Selection {
82
}
83
84
/** Selection of an entire part of the spreadsheet */
85
-abstract class EntireSelection extends Selection {}
+export abstract class EntireSelection extends Selection {}
86
87
/** Selection of the entire table */
88
export class EntireTableSelection extends EntireSelection {
0 commit comments