UNPKG

slidedeck

Version:

An easy to use React-based slide show library

4 lines (3 loc) 182 B
/// <reference types="react" /> export declare const buildPath: (index: number) => string; export declare const configureRouter: (history: any, components: any[]) => JSX.Element;