UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

9 lines (8 loc) 287 B
import type { InjectionKey } from "vue"; export interface DescriptionsContext { border: boolean; column: number; direction: "horizontal" | "vertical"; size: "sm" | "md" | "lg"; } export declare const DESCRIPTIONS_INJECTION_KEY: InjectionKey<DescriptionsContext>;