# isJsx

判断是否为 vue jsx 元素

import { isJsx } from '@hui-pro/utils';
isJsx(unknown);

# API

参数 说明 类型 默认值 可选值
unknown 需判断的内容 - - -