accessibility icon indicating copy to clipboard operation
accessibility copied to clipboard

AccessibilityModulesType not exported + import documentation error

Open iquito opened this issue 1 year ago • 2 comments

I encountered some small issues that could easily be addressed:

  • AccessibilityModulesType is not made available when importing the library, but it is mentioned in the documentation in the section change modules order, so I think this might just be an oversight
  • The documentation on https://ranbuch.github.io/accessibility/site/ still says to import the library with import { Accessibility } from 'accessibility/dist/main';, which does not work - it should be import { Accessibility } from 'accessibility';, which is correct on Github, but not on the documentation page.

Otherwise thanks for the great package!

iquito avatar Oct 08 '24 08:10 iquito

Another missing declaration: interface IMenuInterface is missing the increaseLineHeight and decreaseLineHeight methods, those are also missing in the documentation.

iquito avatar Oct 08 '24 08:10 iquito

Thank you @iquito. I believe all issues has been fixed.

ranbuch avatar Oct 16 '24 10:10 ranbuch

@ranbuch Yep all issues have been resolved, thanks!

iquito avatar Oct 28 '24 16:10 iquito