@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/).
18 lines (17 loc) • 652 B
TypeScript
type __VLS_Props = {
id: string;
name: string;
value: string | number | boolean;
checked: boolean;
disabled?: boolean;
required?: boolean;
ariaDescribedBy?: string;
error?: boolean;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
required: boolean;
disabled: boolean;
error: boolean;
ariaDescribedBy: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;