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