@functionalcms/svelte-components 4.10.2 → 4.10.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
css: string;
|
|
16
16
|
singleSelected?: string; // singleSelected can be used for two-way bindings
|
|
17
17
|
multiSelected?: Array<string>; // If we don't make it seems Svelte gets confused:
|
|
18
|
-
selected: (value: string | Array<string>) => void
|
|
18
|
+
selected: (value: string | Array<string>) => void;
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
let {
|