UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

16 lines (15 loc) 1.15 kB
import type Description from './description.vue'; export declare const descriptionProps: { readonly border: import("element-plus/es/utils/index").EpPropFinalized<BooleanConstructor, unknown, unknown, false, boolean>; readonly column: import("element-plus/es/utils/index").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>; readonly direction: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, "vertical" | "horizontal", unknown, "horizontal", boolean>; readonly size: { readonly type: import("vue").PropType<import("element-plus/es/utils/index").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly title: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; readonly extra: import("element-plus/es/utils/index").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; }; export declare type DescriptionInstance = InstanceType<typeof Description>;