import { definePropType } from './props' import type { Component } from 'vue' export const iconPropType = definePropType([ String, Object, Function, ])