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