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