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

6 lines (5 loc) 110 B
export interface AvailableFilter { id: string; label: string; filterType: "multi-select" | "boolean"; }