@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/).
34 lines (33 loc) • 986 B
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
tag: {
type: StringConstructor;
required: false;
default: string;
};
options: {
type: ObjectConstructor;
required: false;
default: () => {
property: string[];
transition: string;
};
};
}>, {}, {}, {}, {}, ComponentOptions<Vue>, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
tag: {
type: StringConstructor;
required: false;
default: string;
};
options: {
type: ObjectConstructor;
required: false;
default: () => {
property: string[];
transition: string;
};
};
}>> & Readonly<{}>, {
options: Record<string, any>;
tag: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;