mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 18:17:31 +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:
@ -9,6 +9,8 @@ import {
|
||||
} from '@ionic/core/components';
|
||||
import React, { PropsWithChildren } from 'react';
|
||||
|
||||
// TODO(FW-2959): types
|
||||
|
||||
interface PartialPropertyValue {
|
||||
property: string;
|
||||
value: any;
|
||||
|
Reference in New Issue
Block a user