UNPKG

element-plus

Version:

A Component Library for Vue 3

9 lines (8 loc) 258 B
import { ComputedRef, InjectionKey } from "vue"; //#region ../../packages/components/row/src/constants.d.ts interface RowContext { gutter: ComputedRef<number>; } declare const rowContextKey: InjectionKey<RowContext>; //#endregion export { rowContextKey };