import type { PropType } from 'vue' export const definePropType = (val: any): PropType => val;