Skip to content

Commit

Permalink
feat: add 'testid' prop interface (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fran McDade authored and Fran McDade committed Oct 29, 2024
1 parent 7f401b8 commit 5f3a26e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/theme/common/types.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
export interface BaseComponentProps {
className?: string;
}

export interface TestId {
testId?: string;
}

0 comments on commit 5f3a26e

Please sign in to comment.