Skip to content

Commit

Permalink
Remove errant private export
Browse files Browse the repository at this point in the history
  • Loading branch information
afshin committed Jul 29, 2022
1 parent 5cfad35 commit f4feada
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/datagrid/src/basicmousehandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ export namespace PressData {
/**
* The namespace for the module implementation details.
*/
export namespace Private {
namespace Private {
/**
* Creates a CellConfig object from a hit region.
*/
Expand Down

0 comments on commit f4feada

Please sign in to comment.