mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
chore(UIShell): update JSDoc
This commit is contained in:
parent
2914e9c07a
commit
d65d9d406c
8 changed files with 14 additions and 21 deletions
|
@ -12,8 +12,8 @@
|
|||
export let text = 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;
|
||||
</script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue