UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

7 lines (6 loc) 171 B
export interface FootnoteLink { alt?: string; title?: string; url: string; } export declare const remarkCustomFootnotes: () => (tree: any, file: any) => void;