UNPKG

lucid-ui

Version:

A UI component library from AppNexus.

5 lines (4 loc) 300 B
import { IDateSelectState } from './DateSelect'; export declare const onSwipe: (state: IDateSelectState, slidesSwiped: number) => IDateSelectState; export declare const onPrev: (state: IDateSelectState) => IDateSelectState; export declare const onNext: (state: IDateSelectState) => IDateSelectState;