mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-16 01:52:19 +08:00
chore(): update package lock files
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
import { VNode, defineComponent, getCurrentInstance, h, inject, ref, Ref } from 'vue';
|
||||
|
||||
export interface InputProps extends Object {
|
||||
modelValue: string | boolean;
|
||||
export interface InputProps {
|
||||
modelValue?: string | boolean;
|
||||
}
|
||||
|
||||
const UPDATE_VALUE_EVENT = 'update:modelValue';
|
||||
|
Reference in New Issue
Block a user