Skip to content

Commit

Permalink
feat: add interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 12, 2022
1 parent 7ec476d commit d548d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/IComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface ButtonProps {
children: React.ReactNode;
onClick?: () => void;
disabled?: boolean;
style?: React.CSSProperties;
}

export interface ButtonGoogleProps {
Expand Down

0 comments on commit d548d32

Please sign in to comment.