mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 16:16:41 +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:
@ -60,7 +60,7 @@ export class Toolbar implements ComponentInterface {
|
||||
|
||||
const tagName = (ev.target as HTMLElement).tagName;
|
||||
const updatedStyles = ev.detail;
|
||||
const newStyles = {} as any;
|
||||
const newStyles = {} as CssClassMap;
|
||||
const childStyles = this.childrenStyles.get(tagName) || {};
|
||||
|
||||
let hasStyleChange = false;
|
||||
|
||||
Reference in New Issue
Block a user