fix: fixed import in @typedef
This commit is contained in:
parent
c7ea03577c
commit
a1f1270671
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ import { html } from 'lit/static-html.js';
|
||||||
import '@lion/ui/define/lion-drawer.js';
|
import '@lion/ui/define/lion-drawer.js';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @typedef {import('../src/LionDrawer').LionDrawer} LionDrawer
|
* @typedef {import('../src/LionDrawer.js').LionDrawer} LionDrawer
|
||||||
* @typedef {import('lit').TemplateResult} TemplateResult
|
* @typedef {import('lit').TemplateResult} TemplateResult
|
||||||
*/
|
*/
|
||||||
const fixture = /** @type {(arg: TemplateResult) => Promise<LionDrawer>} */ (_fixture);
|
const fixture = /** @type {(arg: TemplateResult) => Promise<LionDrawer>} */ (_fixture);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue