UNPKG

nutui-taro-upgrade

Version:

@nutui/nutui-taro 对京东风格组件库的taro4 版本支持

7 lines (6 loc) 293 B
import Cell from './cell.taro.vue'; import type { ComponentPublicInstance } from 'vue'; export type { CellProps } from './cell.taro.vue'; export type { CellSize } from './types'; export type CellInstance = ComponentPublicInstance & InstanceType<typeof Cell>; export { Cell, Cell as default };