tajo / react-movable

🔀 Drag and drop for your React lists and tables. Accessible. Tiny.
https://react-movable.pages.dev
MIT License
1.53k stars 51 forks source link

fix(types): Add IItemProps and IProps to exported types #35

Closed lopesc closed 4 years ago

lopesc commented 4 years ago

@tajo Please take a look.

tajo commented 4 years ago

We should probably re-export everything from types.ts?

export * from './types.ts';
lopesc commented 4 years ago

We should probably re-export everything from types.ts?

export * from './types.ts';

If you say so! There is only IItemProps, IProps which are exportable from types. Should IVoiceover be exported as well?