mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +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:
@ -27,7 +27,7 @@ export const IonOverlayManager: React.FC<IonOverlayManagerProps> = ({
|
||||
}) => {
|
||||
type OverlaysList = {
|
||||
[key: string]: {
|
||||
component: any;
|
||||
component: any; // TODO(FW-2959): type
|
||||
containerElement: HTMLDivElement;
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user