@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/).
31 lines (30 loc) • 916 B
TypeScript
declare const _default: import('vue').DefineComponent<import('vue').ExtractPropTypes<{
searchTerm: {
type: StringConstructor;
required: false;
default: null;
};
text: {
type: StringConstructor;
required: false;
default: null;
};
}>, {}, {}, {}, {
searchAndReplace(): string;
escapeRegExp(string: string): string;
}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('vue').ExtractPropTypes<{
searchTerm: {
type: StringConstructor;
required: false;
default: null;
};
text: {
type: StringConstructor;
required: false;
default: null;
};
}>> & Readonly<{}>, {
text: string;
searchTerm: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
export default _default;