UNPKG

@mdfriday/shortcode

Version:

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

16 lines (15 loc) 406 B
/** * Theme Management System * * A system for managing jsons in Obsidian notes. */ export * from './types'; export { ThemeManagerImpl } from './theme-manager'; export * from './components'; export * from './utils'; export * from './style-builder'; import { ThemeManagerImpl } from './theme-manager'; declare const _default: { ThemeManagerImpl: typeof ThemeManagerImpl; }; export default _default;