react-native-paper-dates
Version:
Performant Date Picker for React Native Paper
6 lines • 451 B
TypeScript
import { SwiperProps } from './SwiperUtils';
declare function Swiper({ scrollMode, renderItem, renderHeader, renderFooter, selectedYear, initialIndex, startWeekOnMonday, startYear, endYear, }: SwiperProps): import("react/jsx-runtime").JSX.Element;
export declare function useDebouncedCallback(callback: any): any;
declare const _default: import("react").MemoExoticComponent<typeof Swiper>;
export default _default;
//# sourceMappingURL=Swiper.d.ts.map