yingsa/admin/node_modules/element-plus/es/components/button/src/constants.d.ts
2026-01-20 08:50:50 +08:00

8 lines
268 B
TypeScript

import type { InjectionKey } from 'vue';
import type { ButtonProps } from './button';
export interface ButtonGroupContext {
size?: ButtonProps['size'];
type?: ButtonProps['type'];
}
export declare const buttonGroupContextKey: InjectionKey<ButtonGroupContext>;