chore(UIShell): update JSDoc

This commit is contained in:
josefaidt 2020-10-01 15:20:49 -05:00
commit d65d9d406c
8 changed files with 14 additions and 21 deletions

View file

@ -37,8 +37,8 @@
export let platformName = undefined;
/**
* Obtain a reference to the HTML button element
* @type {null | HTMLButtonElement} [ref=null]
* Obtain a reference to the HTML anchor element
* @type {null | HTMLAnchorElement} [ref=null]
*/
export let ref = null;