feat(core): add jsdoc for components
configuration property
This commit is contained in:
parent
7d1de4481f
commit
628243214a
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
||||||
/**
|
/**
|
||||||
* @typedef {{
|
* @typedef {Object} McFlyConfig
|
||||||
* components: 'js'
|
* @property {'js' | 'lit'} components
|
||||||
* }} McFlyConfig
|
* Type of components used:
|
||||||
|
* - `'js'` = Vanilla
|
||||||
|
* - `'lit'` = Lit
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue