mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
Run "yarn build:docs"
This commit is contained in:
parent
799ffd5f7a
commit
34a1e2e55a
144 changed files with 304 additions and 16 deletions
|
@ -26,6 +26,8 @@ export interface ProgressIndicatorProps
|
|||
* @default false
|
||||
*/
|
||||
preventChangeOnClick?: boolean;
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
||||
export default class ProgressIndicator extends SvelteComponentTyped<
|
||||
|
|
|
@ -14,6 +14,8 @@ export interface ProgressIndicatorSkeletonProps
|
|||
* @default 4
|
||||
*/
|
||||
count?: number;
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
||||
export default class ProgressIndicatorSkeleton extends SvelteComponentTyped<
|
||||
|
|
|
@ -50,6 +50,8 @@ export interface ProgressStepProps
|
|||
* @default "ccs-" + Math.random().toString(36)
|
||||
*/
|
||||
id?: string;
|
||||
|
||||
[key: `data-${string}`]: any;
|
||||
}
|
||||
|
||||
export default class ProgressStep extends SvelteComponentTyped<
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue