UNPKG

vue-lib-components

Version:

Contains Vue 3 components that are used quite often. At the moment it is a test version (however, the current components can be used), but in the near future new features will be improved and new components will be added.

10 lines (9 loc) 578 B
import { TOption, TSelect } from './select.types.ts'; declare const _default: import('vue').DefineComponent<TSelect, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { click: () => any; "update:model": (model: string | TOption) => any; }, string, import('vue').PublicProps, Readonly<TSelect> & Readonly<{ onClick?: (() => any) | undefined; "onUpdate:model"?: ((model: string | TOption) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; export default _default;