@meleon/uni-ui
Version:
A uniapp components library written in vue3 and typescript
9 lines (8 loc) • 323 B
TypeScript
import type { App } from 'vue';
import type { ListEvents } from './index.interface';
export type { ListProps, WithId } from './index.interface';
export type ListInstance = typeof import('./index.vue').default & ListEvents;
declare const _default: {
install: (app: App<any>) => void;
};
export default _default;