UNPKG

code-monkey-ui

Version:

A Component Library for Vue 3

38 lines (37 loc) 2.95 kB
import type { IDescriptionsInject } from './descriptions.type'; import type { DescriptionItemVNode } from './description-item'; declare const _default: import("vue").DefineComponent<{ readonly border: BooleanConstructor; readonly column: import("code-monkey-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>; readonly direction: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>; readonly size: { readonly type: import("vue").PropType<import("code-monkey-ui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly title: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; readonly extra: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; readonly labelWidth: import("code-monkey-ui/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>; }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ readonly border: BooleanConstructor; readonly column: import("code-monkey-ui/es/utils").EpPropFinalized<NumberConstructor, unknown, unknown, 3, boolean>; readonly direction: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, "horizontal" | "vertical", unknown, "horizontal", boolean>; readonly size: { readonly type: import("vue").PropType<import("code-monkey-ui/es/utils").EpPropMergeType<StringConstructor, "" | "default" | "small" | "large", never>>; readonly required: false; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly title: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; readonly extra: import("code-monkey-ui/es/utils").EpPropFinalized<StringConstructor, unknown, unknown, "", boolean>; readonly labelWidth: import("code-monkey-ui/es/utils").EpPropFinalized<readonly [StringConstructor, NumberConstructor], unknown, unknown, "", boolean>; }>>, { readonly title: string; readonly labelWidth: import("code-monkey-ui/es/utils").EpPropMergeType<readonly [StringConstructor, NumberConstructor], unknown, unknown>; readonly column: number; readonly border: boolean; readonly direction: import("code-monkey-ui/es/utils").EpPropMergeType<StringConstructor, "horizontal" | "vertical", unknown>; readonly extra: string; }>; export default _default;