UNPKG

yanzhen-design-vue

Version:

9 lines (8 loc) 223 B
import { buildProps, definePropType } from "@yanzhen-libs/utils-vue"; const baseProps = buildProps({ nativeTag: definePropType([String, Object]), nativeTagFormatter: definePropType(Function) }); export { baseProps };