UNPKG

@vendasta/store

Version:

Components and data for Store

8 lines (7 loc) 219 B
export interface LmiCategory { name: string; categoryId: string; } export declare const LMI_CATEGORIES: LmiCategory[]; export declare const LMI_CATEGORY_MAP: {}; export declare const LMI_CATEGORIES_BY_NAME: {};