Skip to content

Commit 4111e49

Browse files
committed
fix: TS build error from not exported Slots interface (fixes #1023)
1 parent bc9fc60 commit 4111e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ interface SidebarSlotProps {
361361
handleYearSelect?: (year: number, instance: number) => void;
362362
}
363363

364-
interface Slots {
364+
export interface Slots {
365365
'clock-icon'(): any;
366366
'arrow-left'(): any;
367367
'arrow-right'(): any;

0 commit comments

Comments
 (0)