mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +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:
@ -15,6 +15,8 @@ import {
|
||||
} from './react-component-lib/utils';
|
||||
import { createForwardRef } from './utils';
|
||||
|
||||
// TODO(FW-2959): types
|
||||
|
||||
interface IonicReactInternalProps<ElementType> extends React.HTMLAttributes<ElementType> {
|
||||
forwardedRef?: React.ForwardedRef<ElementType>;
|
||||
href?: string;
|
||||
|
Reference in New Issue
Block a user