mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 20:33:02 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
9d6d2e2720
commit
de6c4deae8
4 changed files with 2134 additions and 1207 deletions
2
types/CopyButton/CopyButton.svelte.d.ts
vendored
2
types/CopyButton/CopyButton.svelte.d.ts
vendored
|
@ -25,7 +25,7 @@ export interface CopyButtonProps
|
|||
* Specify the text to copy
|
||||
* @default undefined
|
||||
*/
|
||||
text?: string;
|
||||
text: string;
|
||||
|
||||
/**
|
||||
* Override the default copy behavior of using the navigator.clipboard.writeText API to copy text
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue