UNPKG

@lobehub/ui

Version:

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

8 lines (7 loc) 291 B
import { DownloadButtonProps } from "./type.mjs"; import React from "react"; //#region src/DownloadButton/DownloadButton.d.ts declare const DownloadButton: React.NamedExoticComponent<DownloadButtonProps>; //#endregion export { DownloadButton }; //# sourceMappingURL=DownloadButton.d.mts.map