mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 03:00:58 +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:
@ -5,6 +5,8 @@ import { getIonPageElement } from '../transition';
|
||||
|
||||
const DURATION = 540;
|
||||
|
||||
// TODO(FW-2832): types
|
||||
|
||||
const getClonedElement = (tagName: string): any => {
|
||||
return document.querySelector(`${tagName}.ion-cloned-element`) as any;
|
||||
};
|
||||
|
Reference in New Issue
Block a user