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 ea5c995 commit 855ec42Copy full SHA for 855ec42
src/button/button-common.ts
@@ -73,10 +73,6 @@ export abstract class ButtonBase extends Button {
73
}
74
75
76
-export const variantProperty = new Property<ButtonBase, string>({
77
- name: 'variant'
78
-});
79
-variantProperty.register(ButtonBase);
80
export const imageSourceProperty = new Property<ButtonBase, ImageSource>({ name: 'imageSource' });
81
82
export const srcProperty = new Property<ButtonBase, any>({
0 commit comments