mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +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:
@ -18,7 +18,7 @@ export interface SpinnerData {
|
||||
y2?: number;
|
||||
cx?: number;
|
||||
cy?: number;
|
||||
style: any;
|
||||
style: any; // TODO(FW-2832): type
|
||||
viewBox?: string;
|
||||
transform?: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user