mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
chore: run prettier [ci skip]
This commit is contained in:
parent
f59ccf77ff
commit
46c611f638
9 changed files with 37 additions and 30 deletions
|
@ -27,7 +27,7 @@
|
|||
* Set an id for the container div element
|
||||
* @type {string} [id]
|
||||
*/
|
||||
export let id
|
||||
export let id;
|
||||
|
||||
import { createEventDispatcher, setContext } from "svelte";
|
||||
import { writable } from "svelte/store";
|
||||
|
@ -52,7 +52,7 @@
|
|||
</script>
|
||||
|
||||
<div
|
||||
{id}
|
||||
id="{id}"
|
||||
class:bx--form-item="{true}"
|
||||
{...$$restProps}
|
||||
on:click
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue