mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: add more type docs
This commit is contained in:
parent
773b18d314
commit
c3f924c25a
45 changed files with 517 additions and 50 deletions
|
@ -2,7 +2,12 @@
|
|||
export let complete = false;
|
||||
export let current = false;
|
||||
export let disabled = false;
|
||||
/**
|
||||
* Set to `true` to indicate an invalid state
|
||||
* @type {boolean} [invalid=false]
|
||||
*/
|
||||
export let invalid = false;
|
||||
|
||||
export let description = "";
|
||||
export let label = "";
|
||||
export let secondaryLabel = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue