@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/).
10 lines (9 loc) • 365 B
TypeScript
declare const defaultFutureFlags: {
removeCardWidth: boolean;
removeDefaultMargin: boolean;
};
export type FutureFlags = typeof defaultFutureFlags;
export declare const futureFlagsInjectionKey: unique symbol;
export declare function provideFutureFlags(flags: FutureFlags | undefined): void;
export declare function useFutureFlags(): FutureFlags;
export {};