UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 336 B
/// <reference types="react" /> import { HighlighterProps } from './type'; interface HighlighterFullFeaturedProps extends Omit<HighlighterProps, 'children'> { content: string; } export declare const HighlighterFullFeatured: import("react").NamedExoticComponent<HighlighterFullFeaturedProps>; export default HighlighterFullFeatured;