UNPKG

@marp-team/marp-cli

Version:

A CLI interface for Marp and Marpit based converters

6 lines (5 loc) 200 B
export interface BespokeNavigationOption { interval?: number; } declare const bespokeNavigation: ({ interval }?: BespokeNavigationOption) => (deck: any) => void; export default bespokeNavigation;