UNPKG

element-plus

Version:

A Component Library for Vue 3

6 lines (5 loc) 296 B
export { isElement, isEmpty, isPropAbsent, isUndefined } from './types2.mjs'; export { isArray, isDate, isFunction, isObject, isPromise, isString, isSymbol } from '@vue/shared'; export { isBoolean, isNumber } from '@vueuse/core'; export { isVNode } from 'vue'; //# sourceMappingURL=types.mjs.map