UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 159 B
/// <reference types="react" /> import type { TagProps } from './type'; declare const Tag: import("react").NamedExoticComponent<TagProps>; export default Tag;