UNPKG

@datalayer/core

Version:
6 lines (5 loc) 143 B
export declare const asGrowthKPIs: (k: any) => IGrowthKPIs; export type IGrowthKPIs = { usersCount: number; }; export default IGrowthKPIs;