Make the type of the fullMenu option MenuElement[][] instead of MenuItem[][].
Include CommonJS type declarations in the package to please new TypeScript resolution settings.
Export CSS file from package.json.
Include TypeScript type declarations.
Rename ES module files to use a .js extension, since Webpack gets confused by .mjs
The file referred to in the package's module field now is compiled down to ES5.
Add a module field to package json file.
The example menu now allows you to enter relative links without automatically adding http:// in front of them.
First stable release.