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 {{
|
||||
* components: 'js'
|
||||
* }} McFlyConfig
|
||||
* @typedef {Object} McFlyConfig
|
||||
* @property {'js' | 'lit'} components
|
||||
* Type of components used:
|
||||
* - `'js'` = Vanilla
|
||||
* - `'lit'` = Lit
|
||||
*/
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue