persian-datepicker-react
Version:
persian datepicker based on moment-jalalli
11 lines • 341 B
TypeScript
import React from "react";
import { Moment } from "moment-jalaali";
import "./Months.scss";
declare type DaysProps = {
currentValue: Moment;
switchView: (view: "months" | "days") => void;
updateValue: (newValue: Moment) => void;
};
export declare const Months: React.FC<DaysProps>;
export {};
//# sourceMappingURL=Months.d.ts.map