silevis / reactgrid

Add spreadsheet-like behavior to your React app

Home Page:https://reactgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onSelectionChanged unusable with Typescript as Range and Location are not exported by package

JackMcBride98 opened this issue · comments

Describe the bug
image

I get the same thing for Location too, although I see from the source code that Location is Internal.

image

How am I meant to use this function if that is the case.

Current behavior
Unable to export type Range from the module.

Expected behavior
Able to export the type Range from the module for use in typescript files.

Your environment details

  • IDE: Rider
  • OS: Windows
    used in a react app, scaffolded with vite