UNPKG

@ansible/ansible-ui-framework

Version:

A framework for building applications using PatternFly.

11 lines (10 loc) 257 B
export declare function PageScatterChart(): import("react/jsx-runtime").JSX.Element; interface IHostPlot { date?: Date; name: string; x: string | number; y: number; anomaly: boolean; } export declare const hosts: IHostPlot[]; export {};