Skip to content

Commit

Permalink
Merge branch 'master' into release/v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinGhadyani-Okta committed Aug 4, 2023
2 parents e83dcd1 + e59c6f5 commit 1de8282
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ type playType = {
step: PlaywrightProps<ButtonProps>["step"];
};

type playType = {
args: ButtonProps;
canvasElement: HTMLElement;
step: PlaywrightProps<ButtonProps>["step"];
};

const storybookMeta: Meta<ButtonProps> = {
title: "MUI Components/Button",
component: Button,
Expand Down

0 comments on commit 1de8282

Please sign in to comment.