UNPKG

@lobehub/ui

Version:

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

11 lines 347 B
import { ActionIconProps } from "../base-ui/ActionIcon/type.mjs"; import "../base-ui/ActionIcon/index.mjs"; //#region src/DownloadButton/type.d.ts interface DownloadButtonProps extends ActionIconProps { blobUrl?: string; fileName?: string; fileType?: string; } //#endregion export { DownloadButtonProps }; //# sourceMappingURL=type.d.mts.map