@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/).
6 lines (5 loc) • 530 B
TypeScript
import { InjectionKey } from 'vue';
export declare const MtSelectResultAddActiveItemListener: InjectionKey<(listener: (index: number) => void) => void>;
export declare const MtSelectResultRemoveActiveItemListener: InjectionKey<(listener: (index: number) => void) => void>;
export declare const MtSelectResultAddItemSelectByKeyboardListener: InjectionKey<(listener: (index: number) => void) => void>;
export declare const MtSelectResultRemoveItemSelectByKeyboardListener: InjectionKey<(listener: (index: number) => void) => void>;