Could u complete the docs?
I use it by npm and in the src/index.ts import it . i get error:
[ ERROR ] TypeScript: ./node_modules/@stencil/core/compiler/lib.dom.d.ts:19225:6
Duplicate identifier 'ElementTagNameMap'.
L19224: /** @deprecated Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead. */
L19225: type ElementTagNameMap = HTMLElementTagNameMap & Pick<SVGElementTagNameMap, E
[ ERROR ] TypeScript: ./node_modules/@logisticinfotech/rating-component/dist/types/components.d.ts:63:13
Duplicate identifier 'ElementTagNameMap'.

how to fix it.
Could u complete the docs?
I use it by npm and in the
src/index.tsimport it . i get error:[ ERROR ] TypeScript: ./node_modules/@stencil/core/compiler/lib.dom.d.ts:19225:6 Duplicate identifier 'ElementTagNameMap'. L19224: /** @deprecated Directly use HTMLElementTagNameMap or SVGElementTagNameMap as appropriate, instead. */ L19225: type ElementTagNameMap = HTMLElementTagNameMap & Pick<SVGElementTagNameMap, E [ ERROR ] TypeScript: ./node_modules/@logisticinfotech/rating-component/dist/types/components.d.ts:63:13 Duplicate identifier 'ElementTagNameMap'.how to fix it.