UNPKG

element-plus

Version:

A Component Library for Vue 3

8 lines (7 loc) 293 B
import type { InjectionKey } from 'vue'; import type { ButtonProps } from 'element-plus/lib/components/button'; export interface ElButtonGroupContext { size?: ButtonProps['size']; type?: ButtonProps['type']; } export declare const elButtonGroupKey: InjectionKey<ElButtonGroupContext>;