mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-21 20:59:20 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
c998dbd8d7
commit
036c407f40
3 changed files with 27 additions and 0 deletions
6
types/ProgressBar/ProgressBar.svelte.d.ts
vendored
6
types/ProgressBar/ProgressBar.svelte.d.ts
vendored
|
@ -15,6 +15,12 @@ export interface ProgressBarProps
|
|||
*/
|
||||
max?: number;
|
||||
|
||||
/**
|
||||
* Specify the kind of progress bar
|
||||
* @default "default"
|
||||
*/
|
||||
kind?: "default" | "inline" | "indented";
|
||||
|
||||
/**
|
||||
* Specify the size
|
||||
* @default "md"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue