react-trip-date
Version:
date-picker and range-picker for React applications
11 lines (10 loc) • 547 B
TypeScript
type WrapperProps = {
jalali: boolean;
};
export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, WrapperProps, never>;
type MonthProps = {
numberOfMonths: number;
};
export declare const Month: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, MonthProps, never>;
export declare const Weeks: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, WrapperProps, never>;
export {};