UNPKG

@marp-team/marp-cli

Version:

A CLI interface for Marp and Marpit based converters

6 lines (5 loc) 172 B
export interface BespokeStateOption { history?: boolean; } declare const bespokeState: (opts?: BespokeStateOption) => (deck: any) => void; export default bespokeState;