UNPKG

@shopware-ag/meteor-component-library

Version:

The meteor component library is a Vue component library developed by Shopware. It is based on the [Meteor Design System](https://shopware.design/).

17 lines (16 loc) 692 B
import { Unit } from 'convert-units'; type __VLS_Props = { modelValue: Unit; units: Unit[]; disabled?: boolean; zIndex?: number | null; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:modelValue": (value: Unit) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: Unit) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { triggerRef: HTMLButtonElement; dropdownRef: HTMLDivElement; }, HTMLDivElement>; export default _default;