fix: changed import in type definition from @lion/core to lit
This commit is contained in:
parent
886151ba85
commit
45f48c7ccd
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ export class LionDrawer extends LionCollapsible {
|
|||
|
||||
/**
|
||||
* Update aria labels on state change.
|
||||
* @param {import('@lion/core').PropertyValues } changedProperties
|
||||
* @param {import('lit').PropertyValues } changedProperties
|
||||
*/
|
||||
updated(changedProperties) {
|
||||
if (changedProperties.has('opened')) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue