Skip to content

Commit ca44fed

Browse files
committed
fix(material/testing): Update goldens/material/button/testing/index.api.md
1 parent 94246ce commit ca44fed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

goldens/material/button/testing/index.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export interface ButtonHarnessFilters extends BaseHarnessFilters {
1717
appearance?: ButtonAppearance;
1818
buttonType?: ButtonType;
1919
disabled?: boolean;
20+
icon?: string | RegExp;
2021
text?: string | RegExp;
2122
variant?: ButtonVariant;
2223
}

0 commit comments

Comments
 (0)