mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 10:01:59 +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:
@ -1,5 +1,7 @@
|
||||
import { defineComponent, h, ref, VNode, onMounted } from 'vue';
|
||||
|
||||
// TODO(FW-2969): types
|
||||
|
||||
export interface OverlayProps {
|
||||
isOpen?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user