mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore: remove extra space in description comment
This commit is contained in:
parent
bc8903a67b
commit
5288d73ea2
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
*/
|
*/
|
||||||
export let primaryButtonIcon = undefined;
|
export let primaryButtonIcon = undefined;
|
||||||
|
|
||||||
/** Set to `true` to disable the primary button */
|
/** Set to `true` to disable the primary button */
|
||||||
export let primaryButtonDisabled = false;
|
export let primaryButtonDisabled = false;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
/** Set to `true` to enable the light variant */
|
/** Set to `true` to enable the light variant */
|
||||||
export let light = false;
|
export let light = false;
|
||||||
|
|
||||||
/** Set to `true` to disable the input */
|
/** Set to `true` to disable the input */
|
||||||
export let disabled = false;
|
export let disabled = false;
|
||||||
|
|
||||||
/** Set to `true` to use the read-only variant */
|
/** Set to `true` to use the read-only variant */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue