UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

9 lines (8 loc) 303 B
import type { App } from 'vue'; import type { CheckboxGroupProps } from './index.interface'; export type CheckboxGroupInstance = typeof import('./index.vue').default; export type { CheckboxGroupProps }; declare const _default: { install: (app: App<any>) => void; }; export default _default;