@kayord/ui 0.9.12 → 0.9.13
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.
- package/dist/components/custom/data-table/DataTableActions.svelte.d.ts +4 -1
- package/dist/components/custom/data-table/DataTableCheckbox.svelte.d.ts +4 -1
- package/dist/components/custom/loader/Loader.svelte.d.ts +4 -1
- package/dist/components/custom/progress-loading/ProgressLoading.svelte.d.ts +4 -1
- package/dist/components/custom/theme-switch/ThemeSwitch.svelte.d.ts +4 -1
- package/dist/components/ui/accordion/accordion-content.svelte.d.ts +4 -1
- package/dist/components/ui/accordion/accordion-item.svelte.d.ts +4 -1
- package/dist/components/ui/accordion/accordion-trigger.svelte.d.ts +4 -1
- package/dist/components/ui/alert/alert-description.svelte.d.ts +4 -1
- package/dist/components/ui/alert/alert-title.svelte.d.ts +4 -1
- package/dist/components/ui/alert/alert.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-content.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-description.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-footer.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-header.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-overlay.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-portal.svelte.d.ts +4 -1
- package/dist/components/ui/alert-dialog/alert-dialog-title.svelte.d.ts +4 -1
- package/dist/components/ui/aspect-ratio/aspect-ratio.svelte.d.ts +4 -1
- package/dist/components/ui/avatar/avatar-fallback.svelte.d.ts +4 -1
- package/dist/components/ui/avatar/avatar-image.svelte.d.ts +4 -1
- package/dist/components/ui/avatar/avatar.svelte.d.ts +4 -1
- package/dist/components/ui/badge/badge.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb-ellipsis.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb-item.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb-link.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb-list.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb-page.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb-separator.svelte.d.ts +4 -1
- package/dist/components/ui/breadcrumb/breadcrumb.svelte.d.ts +4 -1
- package/dist/components/ui/button/button.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-cell.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-grid-body.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-grid-head.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-grid-row.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-grid.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-head-cell.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-header.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-heading.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar-months.svelte.d.ts +4 -1
- package/dist/components/ui/calendar/calendar.svelte.d.ts +4 -1
- package/dist/components/ui/card/card-content.svelte.d.ts +4 -1
- package/dist/components/ui/card/card-description.svelte.d.ts +4 -1
- package/dist/components/ui/card/card-footer.svelte.d.ts +4 -1
- package/dist/components/ui/card/card-header.svelte.d.ts +4 -1
- package/dist/components/ui/card/card-title.svelte.d.ts +4 -1
- package/dist/components/ui/card/card.svelte.d.ts +4 -1
- package/dist/components/ui/carousel/carousel-content.svelte.d.ts +4 -1
- package/dist/components/ui/carousel/carousel-item.svelte.d.ts +4 -1
- package/dist/components/ui/carousel/carousel-next.svelte.d.ts +4 -1
- package/dist/components/ui/carousel/carousel-previous.svelte.d.ts +4 -1
- package/dist/components/ui/carousel/carousel.svelte.d.ts +4 -1
- package/dist/components/ui/checkbox/checkbox.svelte.d.ts +4 -1
- package/dist/components/ui/collapsible/collapsible-content.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-dialog.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-empty.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-group.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-input.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-item.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-list.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-separator.svelte.d.ts +4 -1
- package/dist/components/ui/command/command-shortcut.svelte.d.ts +4 -1
- package/dist/components/ui/command/command.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-checkbox-item.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-content.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-item.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-label.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-radio-group.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-radio-item.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-separator.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-shortcut.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-sub-content.svelte.d.ts +4 -1
- package/dist/components/ui/context-menu/context-menu-sub-trigger.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-content.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-description.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-footer.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-header.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-overlay.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-portal.svelte.d.ts +4 -1
- package/dist/components/ui/dialog/dialog-title.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-content.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-description.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-footer.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-header.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-nested.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-overlay.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer-title.svelte.d.ts +4 -1
- package/dist/components/ui/drawer/drawer.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-checkbox-item.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-content.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-item.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-label.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-radio-group.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-radio-item.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-separator.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-shortcut.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub-content.svelte.d.ts +4 -1
- package/dist/components/ui/dropdown-menu/dropdown-menu-sub-trigger.svelte.d.ts +4 -1
- package/dist/components/ui/form/form-button.svelte.d.ts +4 -1
- package/dist/components/ui/form/form-description.svelte.d.ts +4 -1
- package/dist/components/ui/form/form-field-errors.svelte.d.ts +4 -1
- package/dist/components/ui/form/form-label.svelte.d.ts +4 -1
- package/dist/components/ui/form/form-legend.svelte.d.ts +4 -1
- package/dist/components/ui/hover-card/hover-card-content.svelte.d.ts +4 -1
- package/dist/components/ui/input/input.svelte.d.ts +4 -1
- package/dist/components/ui/label/label.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-checkbox-item.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-content.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-item.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-label.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-radio-item.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-separator.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-shortcut.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-sub-content.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-sub-trigger.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar-trigger.svelte.d.ts +4 -1
- package/dist/components/ui/menubar/menubar.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination-content.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination-ellipsis.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination-item.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination-link.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination-next-button.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination-prev-button.svelte.d.ts +4 -1
- package/dist/components/ui/pagination/pagination.svelte.d.ts +4 -1
- package/dist/components/ui/popover/popover-content.svelte.d.ts +4 -1
- package/dist/components/ui/progress/progress.svelte.d.ts +4 -1
- package/dist/components/ui/radio-group/radio-group-item.svelte.d.ts +4 -1
- package/dist/components/ui/radio-group/radio-group.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-cell.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-grid-body.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-grid-head.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-grid-row.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-grid.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-head-cell.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-header.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-heading.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar-months.svelte.d.ts +4 -1
- package/dist/components/ui/range-calendar/range-calendar.svelte.d.ts +4 -1
- package/dist/components/ui/resizable/resizable-handle.svelte.d.ts +4 -1
- package/dist/components/ui/resizable/resizable-pane-group.svelte.d.ts +4 -1
- package/dist/components/ui/scroll-area/scroll-area-scrollbar.svelte.d.ts +4 -1
- package/dist/components/ui/select/select-content.svelte.d.ts +4 -1
- package/dist/components/ui/select/select-item.svelte.d.ts +4 -1
- package/dist/components/ui/select/select-label.svelte.d.ts +4 -1
- package/dist/components/ui/select/select-separator.svelte.d.ts +4 -1
- package/dist/components/ui/separator/separator.svelte +1 -1
- package/dist/components/ui/separator/separator.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-content.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-description.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-footer.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-header.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-overlay.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-portal.svelte.d.ts +4 -1
- package/dist/components/ui/sheet/sheet-title.svelte.d.ts +4 -1
- package/dist/components/ui/skeleton/skeleton.svelte.d.ts +4 -1
- package/dist/components/ui/slider/slider.svelte.d.ts +4 -1
- package/dist/components/ui/sonner/sonner.svelte.d.ts +4 -1
- package/dist/components/ui/switch/switch.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-body.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-caption.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-cell.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-footer.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-head.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-header.svelte.d.ts +4 -1
- package/dist/components/ui/table/table-row.svelte.d.ts +4 -1
- package/dist/components/ui/table/table.svelte.d.ts +4 -1
- package/dist/components/ui/tabs/tabs-content.svelte.d.ts +4 -1
- package/dist/components/ui/tabs/tabs-list.svelte.d.ts +4 -1
- package/dist/components/ui/tabs/tabs-trigger.svelte.d.ts +4 -1
- package/dist/components/ui/textarea/textarea.svelte.d.ts +4 -1
- package/dist/components/ui/toggle/toggle.svelte.d.ts +4 -1
- package/dist/components/ui/toggle-group/toggle-group-item.svelte.d.ts +4 -1
- package/dist/components/ui/tooltip/tooltip-content.svelte.d.ts +4 -1
- package/package.json +19 -19
|
@@ -5,7 +5,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
5
5
|
(internal: unknown, props: Props & {
|
|
6
6
|
$$events?: Events;
|
|
7
7
|
$$slots?: Slots;
|
|
8
|
-
}): Exports
|
|
8
|
+
}): Exports & {
|
|
9
|
+
$set?: any;
|
|
10
|
+
$on?: any;
|
|
11
|
+
};
|
|
9
12
|
z_$$bindings?: Bindings;
|
|
10
13
|
}
|
|
11
14
|
declare const DataTableActions: $$__sveltets_2_IsomorphicComponent<{
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
declare const DataTableCheckbox: $$__sveltets_2_IsomorphicComponent<Omit<import("bits-ui").CheckboxProps, "checked"> & {
|
|
@@ -5,7 +5,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
5
5
|
(internal: unknown, props: Props & {
|
|
6
6
|
$$events?: Events;
|
|
7
7
|
$$slots?: Slots;
|
|
8
|
-
}): Exports
|
|
8
|
+
}): Exports & {
|
|
9
|
+
$set?: any;
|
|
10
|
+
$on?: any;
|
|
11
|
+
};
|
|
9
12
|
z_$$bindings?: Bindings;
|
|
10
13
|
}
|
|
11
14
|
declare const Loader: $$__sveltets_2_IsomorphicComponent<{
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
declare const ProgressLoading: $$__sveltets_2_IsomorphicComponent<ProgressPrimitive.Props, {
|
|
@@ -5,7 +5,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
5
5
|
(internal: unknown, props: Props & {
|
|
6
6
|
$$events?: Events;
|
|
7
7
|
$$slots?: Slots;
|
|
8
|
-
}): Exports
|
|
8
|
+
}): Exports & {
|
|
9
|
+
$set?: any;
|
|
10
|
+
$on?: any;
|
|
11
|
+
};
|
|
9
12
|
z_$$bindings?: Bindings;
|
|
10
13
|
}
|
|
11
14
|
declare const ThemeSwitch: $$__sveltets_2_IsomorphicComponent<{
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -7,7 +7,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
7
7
|
(internal: unknown, props: Props & {
|
|
8
8
|
$$events?: Events;
|
|
9
9
|
$$slots?: Slots;
|
|
10
|
-
}): Exports
|
|
10
|
+
}): Exports & {
|
|
11
|
+
$set?: any;
|
|
12
|
+
$on?: any;
|
|
13
|
+
};
|
|
11
14
|
z_$$bindings?: Bindings;
|
|
12
15
|
}
|
|
13
16
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -7,7 +7,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
7
7
|
(internal: unknown, props: Props & {
|
|
8
8
|
$$events?: Events;
|
|
9
9
|
$$slots?: Slots;
|
|
10
|
-
}): Exports
|
|
10
|
+
}): Exports & {
|
|
11
|
+
$set?: any;
|
|
12
|
+
$on?: any;
|
|
13
|
+
};
|
|
11
14
|
z_$$bindings?: Bindings;
|
|
12
15
|
}
|
|
13
16
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
declare const AlertDialogOverlay: $$__sveltets_2_IsomorphicComponent<AlertDialogPrimitive.OverlayProps, {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
declare const AvatarImage: $$__sveltets_2_IsomorphicComponent<AvatarPrimitive.ImageProps, {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
declare const BreadcrumbEllipsis: $$__sveltets_2_IsomorphicComponent<HTMLAttributes<HTMLSpanElement> & {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -7,7 +7,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
7
7
|
(internal: unknown, props: Props & {
|
|
8
8
|
$$events?: Events;
|
|
9
9
|
$$slots?: Slots;
|
|
10
|
-
}): Exports
|
|
10
|
+
}): Exports & {
|
|
11
|
+
$set?: any;
|
|
12
|
+
$on?: any;
|
|
13
|
+
};
|
|
11
14
|
z_$$bindings?: Bindings;
|
|
12
15
|
}
|
|
13
16
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -7,7 +7,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
7
7
|
(internal: unknown, props: Props & {
|
|
8
8
|
$$events?: Events;
|
|
9
9
|
$$slots?: Slots;
|
|
10
|
-
}): Exports
|
|
10
|
+
}): Exports & {
|
|
11
|
+
$set?: any;
|
|
12
|
+
$on?: any;
|
|
13
|
+
};
|
|
11
14
|
z_$$bindings?: Bindings;
|
|
12
15
|
}
|
|
13
16
|
declare const Calendar: $$__sveltets_2_IsomorphicComponent<CalendarPrimitive.Props, CalendarPrimitive.Events, {}, {}, string>;
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -7,7 +7,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
7
7
|
(internal: unknown, props: Props & {
|
|
8
8
|
$$events?: Events;
|
|
9
9
|
$$slots?: Slots;
|
|
10
|
-
}): Exports
|
|
10
|
+
}): Exports & {
|
|
11
|
+
$set?: any;
|
|
12
|
+
$on?: any;
|
|
13
|
+
};
|
|
11
14
|
z_$$bindings?: Bindings;
|
|
12
15
|
}
|
|
13
16
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|
|
@@ -6,7 +6,10 @@ interface $$__sveltets_2_IsomorphicComponent<Props extends Record<string, any> =
|
|
|
6
6
|
(internal: unknown, props: Props & {
|
|
7
7
|
$$events?: Events;
|
|
8
8
|
$$slots?: Slots;
|
|
9
|
-
}): Exports
|
|
9
|
+
}): Exports & {
|
|
10
|
+
$set?: any;
|
|
11
|
+
$on?: any;
|
|
12
|
+
};
|
|
10
13
|
z_$$bindings?: Bindings;
|
|
11
14
|
}
|
|
12
15
|
type $$__sveltets_2_PropsWithChildren<Props, Slots> = Props & (Slots extends {
|