UNPKG

react-sled

Version:

react-sled is a carousel made with react-spring.

11 lines (10 loc) 254 B
export interface IState { currentIndex: number; prevIndex?: number; pause: boolean; viewCount: number; hasFocus: boolean; width: number | string; height: number | string; } export declare const initialState: IState;