UNPKG

@mdfriday/shortcode

Version:

A flexible component-based shortcode system for Markdown content with theme support

7 lines (6 loc) 170 B
import { ThemeManager } from './themes'; export declare class Theme { private readonly themeManager; constructor(prefix?: string); manager(): ThemeManager; }