everweij / react-laag

Hooks to build things like tooltips, dropdown menu's and popovers in React
https://www.react-laag.com
MIT License
907 stars 47 forks source link

The library doesn't export all TS declarations #44

Closed SpawnAtis closed 3 years ago

SpawnAtis commented 4 years ago

Hi. Thx for the great library. Is it the correct behavior that u can not import types from react-laag/dist/ToggleLayer/types.d.ts ?

import { ToggleLayerOptions } from 'react-laag'; // has no exported member 'ToggleLayerOptions'