lucid-ui
Version:
A UI component library from Xandr.
5 lines • 349 B
TypeScript
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;
//# sourceMappingURL=DateSelect.reducers.d.ts.map