Skip to content

Commit 5e994d9

Browse files
add button props
1 parent 1e7d58c commit 5e994d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

types.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,9 @@ interface SVGProps {
1515
type Props = {
1616
show?: boolean;
1717
};
18+
19+
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
20+
disabled?: boolean;
21+
loading?: boolean;
22+
noDefault?: boolean;
23+
}

0 commit comments

Comments
 (0)