UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

7 lines (6 loc) 215 B
import type { InjectionKey } from 'vue'; import type { BatchProps } from './batch'; export interface BatchContext { size?: BatchProps['size']; } export declare const batchContextKey: InjectionKey<BatchContext>;