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

14 lines (12 loc) 173 B
export interface Filter { id: string; label: string; type: { id: string; options: Option[]; }; } export interface Option { id: string; label: string; }