chore: add more type docs

This commit is contained in:
Eric Liu 2020-07-25 11:30:45 -07:00
commit c3f924c25a
45 changed files with 517 additions and 50 deletions

View file

@ -4,13 +4,11 @@
* @type {string} [id]
*/
export let id = "ccs-" + Math.random().toString(36);
$: menuId = `menu-${id}`;
</script>
<div
role="listbox"
id={menuId}
id="menu-{id}"
class:bx--list-box__menu={true}
{...$$restProps}>
<slot />