vue-launchers
Version:
19 lines (18 loc) • 551 B
TypeScript
export declare const PhotoList: (import("../..").ConfigType | {
category: import(".").ChatCategoryEnum;
categoryName: import(".").ChatCategoryEnumName;
package: import("../..").PackagesCategoryEnum;
chartFrame: import("../..").ChartFrameEnum;
title: string;
image: string;
redirectComponent: string;
disabled: boolean;
configEvents: {
addHandle: (photoConfig: import("../..").ConfigType) => void;
};
key: string;
chartKey: string;
conKey: string;
dataset?: any;
icon?: string;
})[];