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