Skip to content

Commit 855ec42

Browse files
committed
chore: cleanu
1 parent ea5c995 commit 855ec42

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/button/button-common.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ export abstract class ButtonBase extends Button {
7373
}
7474
}
7575

76-
export const variantProperty = new Property<ButtonBase, string>({
77-
name: 'variant'
78-
});
79-
variantProperty.register(ButtonBase);
8076
export const imageSourceProperty = new Property<ButtonBase, ImageSource>({ name: 'imageSource' });
8177

8278
export const srcProperty = new Property<ButtonBase, any>({

0 commit comments

Comments
 (0)