mirror of
https://github.com/theoleuthardt/werkzeugkiste.git
synced 2026-06-13 09:37:53 +00:00
feat: only one button for convert and download with smooth loading animation
This commit is contained in:
parent
69b572bf74
commit
7b584d2fff
2 changed files with 24 additions and 8 deletions
|
|
@ -1,8 +1,8 @@
|
|||
import React from "react";
|
||||
import React, { JSX } from "react";
|
||||
|
||||
interface ButtonProps {
|
||||
className?: string;
|
||||
content: string;
|
||||
content: string | JSX.Element;
|
||||
onClick?: () => void;
|
||||
visible?: boolean;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue