@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
10 lines • 297 B
text/typescript
import { ActionIconProps } from "../ActionIcon/type.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