Monorepo
βββ src
β βββ define.{js,ts,jsx,tsx}
β βββ elements.{js,ts,jsx,tsx}
β βββ define.test.{js,ts,jsx,tsx}
β βββ slots
β βββ my-sub-element-1.{js,jsx,ts,tsx}
β βββ my-sub-element-2.{js,jsx,ts,tsx}
βββ README.md
βββ index.html
βββ .npmignore
βββ package.json
βββ tsconfig.json
Why separate the export of the element from the declaration?
Last updated
Was this helpful?
