UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 269 B
import { type ReactNode } from 'react'; interface FootnotesProps { 'children': ReactNode; 'data-footnote-links'?: string; 'data-footnotes'?: boolean; } declare const Footnotes: import("react").NamedExoticComponent<FootnotesProps>; export default Footnotes;