UNPKG

@lobehub/ui

Version:

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

9 lines (8 loc) 227 B
/// <reference types="react" /> export interface MetaProps { description?: string; title?: string; withManifest?: boolean; } declare const Meta: import("react").NamedExoticComponent<MetaProps>; export default Meta;