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