Skip to content

Commit

Permalink
fix: interfaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ialexanderbrito committed Apr 6, 2022
1 parent d846418 commit 2d08976
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 @@ -73,6 +73,7 @@ export type CardBarbeiroProps = {
export type CardClienteProps = {
cliente: ClienteMetadata | undefined;
onClick?: () => void;
first?: boolean;
};

export interface FloatingButtonProps {
Expand Down

0 comments on commit 2d08976

Please sign in to comment.