UNPKG

@opengis/fastify-table

Version:

core-plugins

4 lines (3 loc) 291 B
export default function buttonDownload(filepath) { return `<a download=1 class="flex items-center gap-x-2 border py-2 px-3 shadow rounded-xl cursor-pointer w-[42px] y-[34px]" href="${filepath}" target="_blank"><img src="https://cdn.softpro.ua/assets/file-up.svg" alt="generate"></a>`; }