react-native-paper-dates
Version:
Performant Date Picker for React Native Paper
9 lines • 363 B
TypeScript
declare function DayRange({ leftCrop, rightCrop, inRange, selectColor, }: {
leftCrop: boolean;
rightCrop: boolean;
inRange: boolean;
selectColor: string;
}): import("react/jsx-runtime").JSX.Element | null;
declare const _default: import("react").MemoExoticComponent<typeof DayRange>;
export default _default;
//# sourceMappingURL=DayRange.d.ts.map