Skip to content

Commit b5a7559

Browse files
committed
[daisy5] Fix slot type
1 parent 3eaf430 commit b5a7559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/daisyui5-theme/src/lib/widgets/cally-calendar/component.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
'calendar-date': CalendarProps;
2020
}
2121
interface SVGAttributes<T extends EventTarget> {
22-
slot?: string;
22+
slot?: string | null;
2323
}
2424
}
2525
</script>

0 commit comments

Comments
 (0)