mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Re-run "yarn build:docs"
This commit is contained in:
parent
3c551803a3
commit
3daca763d6
4 changed files with 245 additions and 353 deletions
6
types/ProgressBar/ProgressBar.svelte.d.ts
vendored
6
types/ProgressBar/ProgressBar.svelte.d.ts
vendored
|
@ -21,6 +21,12 @@ export interface ProgressBarProps
|
|||
*/
|
||||
kind?: "default" | "inline" | "indented";
|
||||
|
||||
/**
|
||||
* Specify the status
|
||||
* @default "active"
|
||||
*/
|
||||
status?: "active" | "finished" | "error";
|
||||
|
||||
/**
|
||||
* Specify the size
|
||||
* @default "md"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue