UNPKG

element-plus

Version:

A Component Library for Vue 3

7 lines (6 loc) 512 B
import type { ExtractPropTypes } from 'vue'; export declare const buttonGroupProps: { readonly size: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "small" | "large" | "medium" | "mini", unknown>; readonly type: import("../../../utils/props").BuildPropReturn<StringConstructor, "", unknown, "" | "default" | "primary" | "success" | "warning" | "info" | "danger" | "text", unknown>; }; export declare type ButtonGroupProps = ExtractPropTypes<typeof buttonGroupProps>;