accessibility
accessibility copied to clipboard
AccessibilityModulesType not exported + import documentation error
I encountered some small issues that could easily be addressed:
AccessibilityModulesTypeis not made available when importing the library, but it is mentioned in the documentation in the sectionchange 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 beimport { Accessibility } from 'accessibility';, which is correct on Github, but not on the documentation page.
Otherwise thanks for the great package!
Another missing declaration: interface IMenuInterface is missing the increaseLineHeight and decreaseLineHeight methods, those are also missing in the documentation.
Thank you @iquito. I believe all issues has been fixed.
@ranbuch Yep all issues have been resolved, thanks!