vue-launchers
Version:
6 lines (5 loc) • 430 B
TypeScript
/** 样式管理-背景图片添加 */
export declare const postAddBackground: (params?: any) => Promise<import("axios").AxiosResponse<any, any>>;
export declare const getStyleList: () => Promise<import("axios").AxiosResponse<any, any>>;
export declare const getStyleDetail: (id: string) => Promise<import("axios").AxiosResponse<any, any>>;
export declare const getAppList: () => Promise<import("axios").AxiosResponse<any, any>>;