UNPKG

@meleon/uni-ui

Version:

A uniapp components library written in vue3 and typescript

8 lines (7 loc) 259 B
import type { InjectionKey, Ref } from 'vue'; export interface CellGroupContext { total: Ref<number>; getCellGroupItemIndex: () => number; } declare const cellGroupInjectionKey: InjectionKey<CellGroupContext>; export { cellGroupInjectionKey };