mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 07:41:51 +08:00
refactor(components): remove old files
This commit is contained in:
@ -71,7 +71,7 @@ import { SegmentButtonEvent, VNodeData } from '../../utils/interfaces';
|
||||
})
|
||||
export class Segment {
|
||||
buttons: any;
|
||||
$el: any;
|
||||
$el: HTMLElement;
|
||||
|
||||
@Prop({ state: true }) disabled: boolean = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user