mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 03:32:21 +08:00
chore(many): replace any
types and add tech debt tickets (#26293)
Co-authored-by: Liam DeBeasi <liamdebeasi@users.noreply.github.com>
This commit is contained in:
@ -26,7 +26,7 @@ export class Segment implements ComponentInterface {
|
||||
private checked?: HTMLIonSegmentButtonElement;
|
||||
|
||||
// Value to be emitted when gesture ends
|
||||
private valueAfterGesture?: any;
|
||||
private valueAfterGesture?: string;
|
||||
|
||||
@Element() el!: HTMLIonSegmentElement;
|
||||
|
||||
|
Reference in New Issue
Block a user