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