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/).

30 lines (29 loc) 1.12 kB
type __VLS_Props = { modelValue?: boolean; label?: string; isInherited?: boolean; isInheritanceField?: boolean; inheritedValue?: boolean; required?: boolean; disabled?: boolean; checked?: boolean; bordered?: boolean; helpText?: string; error?: { detail: string; }; removeTopMargin?: boolean; name?: string; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "inheritance-remove": () => any; "inheritance-restore": () => any; "update:modelValue": (value: boolean) => any; change: (value: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onInheritance-remove"?: (() => any) | undefined; "onInheritance-restore"?: (() => any) | undefined; "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; onChange?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;