UNPKG

element-plus

Version:

A Component Library for Vue3.0

14 lines (13 loc) 562 B
import type { Variants } from './constants'; import type { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ variant: { type: PropType<Variants>; default: string; }; }, unknown, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<{ variant: Variants; } & {}>, { variant: Variants; }>; export default _default;