mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 04:39:19 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
3247581dd9
commit
b3144e65ce
12 changed files with 81 additions and 71 deletions
2
types/CopyButton/CopyButton.svelte.d.ts
vendored
2
types/CopyButton/CopyButton.svelte.d.ts
vendored
|
@ -39,7 +39,7 @@ export default class CopyButton extends SvelteComponentTyped<
|
|||
{
|
||||
click: WindowEventMap["click"];
|
||||
animationend: WindowEventMap["animationend"];
|
||||
copy: CustomEvent<any>;
|
||||
copy: CustomEvent<null>;
|
||||
},
|
||||
{}
|
||||
> {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue