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?
