mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 12:49:20 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
b972bc233a
commit
6fbbf5eb11
10 changed files with 75 additions and 75 deletions
6
types/UIShell/SideNav/SideNav.svelte.d.ts
vendored
6
types/UIShell/SideNav/SideNav.svelte.d.ts
vendored
|
@ -43,9 +43,9 @@ export interface SideNavProps
|
|||
export default class SideNav extends SvelteComponentTyped<
|
||||
SideNavProps,
|
||||
{
|
||||
open: CustomEvent<any>;
|
||||
close: CustomEvent<any>;
|
||||
["click:overlay"]: CustomEvent<any>;
|
||||
open: CustomEvent<null>;
|
||||
close: CustomEvent<null>;
|
||||
["click:overlay"]: CustomEvent<null>;
|
||||
},
|
||||
{ default: {} }
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue