import type { DefineComponent } from 'vue'; /** * @example * ```ts * import { ElForm } from 'element-plus' type FormProps = VueComponentPropsType * ``` */ export type VueComponentPropsType any> = Omit['$props'], keyof InstanceType['$props']>;