React import paths (#1507)

* fix react imports in examples

* move types to definition files

* update changelog

* update changelog
This commit is contained in:
Cory LaViska
2023-08-11 10:09:44 -07:00
committed by GitHub
parent f8c37e0d14
commit 1383ea3fe8
170 changed files with 1058 additions and 896 deletions

View File

@@ -328,9 +328,3 @@ export default class SlButton extends ShoelaceElement implements ShoelaceFormCon
/* eslint-enable lit/binding-positions */
}
}
declare global {
interface HTMLElementTagNameMap {
'sl-button': SlButton;
}
}