INIT
This commit is contained in:
+4
@@ -0,0 +1,4 @@
|
||||
import type { CalendarHeaderProps } from "../types.js";
|
||||
declare const CalendarHeader: import("svelte").Component<CalendarHeaderProps, {}, "ref">;
|
||||
type CalendarHeader = ReturnType<typeof CalendarHeader>;
|
||||
export default CalendarHeader;
|
||||
Reference in New Issue
Block a user