UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

9 lines (8 loc) 318 B
import type { App } from 'vue'; export type CellInstance = typeof import('./index.vue').default; export type { CellProps, CellChangePayload } from './index.interface'; export { CellTypeEnum } from './index.interface'; declare const _default: { install: (app: App<any>) => void; }; export default _default;