UNPKG

@marp-team/marp-cli

Version:

A CLI interface for Marp and Marpit based converters

11 lines (10 loc) 270 B
export interface BespokeSyncOption { key?: string; } export interface BespokeSyncState { reference: number; index: number; fragmentIndex: number; } declare const bespokeSync: (opts?: BespokeSyncOption) => (deck: any) => void; export default bespokeSync;