UNPKG

kodama-ui

Version:

Kodama UI is a Vue 3 component library that provides a set of components & funcionality to build your application.

38 lines (37 loc) 1.22 kB
import { PropType } from 'vue'; declare const _default: import("vue").DefineComponent<{ value: { type: PropType<string | string[]>; default: string; description: string; }; simple: { type: BooleanConstructor; default: boolean; description: string; }; }, { props: import("@vue/shared").LooseRequired<{ readonly value: string | string[]; readonly simple: boolean; } & {}>; text: import("vue").ComputedRef<string>; from: import("vue").ComputedRef<string>; isMultiple: import("vue").ComputedRef<boolean>; tippyText: import("vue").ComputedRef<string>; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ value: { type: PropType<string | string[]>; default: string; description: string; }; simple: { type: BooleanConstructor; default: boolean; description: string; }; }>>, { value: string | string[]; simple: boolean; }, {}>; export default _default;