UNPKG

@lobehub/ui

Version:

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

5 lines (4 loc) 188 B
import React from 'react'; import type { DownloadButtonProps } from './type'; declare const DownloadButton: React.NamedExoticComponent<DownloadButtonProps>; export default DownloadButton;