mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23: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
2410
COMPONENT_INDEX.md
2410
COMPONENT_INDEX.md
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
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
|
||||
|
|
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
2
types/Dropdown/Dropdown.svelte.d.ts
vendored
|
@ -28,7 +28,7 @@ export interface DropdownProps
|
|||
* Specify the selected item id
|
||||
* @default undefined
|
||||
*/
|
||||
selectedId?: DropdownItemId;
|
||||
selectedId: DropdownItemId;
|
||||
|
||||
/**
|
||||
* Specify the type of dropdown
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue