UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 191 B
import { TagProps } from "./type.mjs"; import { FC } from "react"; //#region src/Tag/Tag.d.ts declare const Tag: FC<TagProps>; //#endregion export { Tag }; //# sourceMappingURL=Tag.d.mts.map