import type { ComputedRef, InjectionKey } from 'vue' interface RowContext { gutter: ComputedRef } export const rowContextKey: InjectionKey = Symbol('rowContextKey')