Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
joshunger authored Oct 28, 2024
1 parent 0f55f61 commit 5175d36
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ export type CardElementChangeEvent = {
brand: string;
empty: boolean;
focus: boolean;
number: {
number: CardElementState;
expiry: CardElementState;
valid: CardElementState;
};
number: CardElementState;
expiry: CardElementState;
cvv: CardElementState;
};

export type CardElementProps = CardElementOptions & CommonElementProps<CardElementChangeEvent>;
Expand Down

0 comments on commit 5175d36

Please sign in to comment.