We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94246ce commit ca44fedCopy full SHA for ca44fed
goldens/material/button/testing/index.api.md
@@ -17,6 +17,7 @@ export interface ButtonHarnessFilters extends BaseHarnessFilters {
17
appearance?: ButtonAppearance;
18
buttonType?: ButtonType;
19
disabled?: boolean;
20
+ icon?: string | RegExp;
21
text?: string | RegExp;
22
variant?: ButtonVariant;
23
}
0 commit comments