mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
chore: add prettier to format definitions/svelte files
This commit is contained in:
parent
5c829b5afc
commit
25e437b746
11 changed files with 38 additions and 23 deletions
|
@ -9,14 +9,14 @@
|
|||
indeterminate,
|
||||
disabled,
|
||||
hideLabel,
|
||||
wrapperClassName
|
||||
wrapperClassName,
|
||||
} = $$props;
|
||||
const checkboxProps = {
|
||||
labelText,
|
||||
indeterminate,
|
||||
disabled,
|
||||
hideLabel,
|
||||
wrapperClassName
|
||||
wrapperClassName,
|
||||
};
|
||||
|
||||
let checked = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue