UNPKG

@grafana/ui

Version:
9 lines (8 loc) 298 B
/** * This function logs a warning if the amount of items exceeds the recommended amount. * * @param amount * @param id * @param ariaLabelledBy */ export declare function logOptions(amount: number, recommendedAmount: number, id: string | undefined, ariaLabelledBy: string | undefined): void;