UNPKG

rp-data-chart

Version:

Rabbitpre data-chart components lib

9 lines (8 loc) 306 B
/** * 访客画像接口api * @author lifu * @since 2019/05/14 */ import { IdType } from "../types/api"; export declare function getGenderRate(query: IdType): import("axios").AxiosPromise<any>; export declare function getTimeQuantumDistribute(query: IdType): import("axios").AxiosPromise<any>;