Sha256: 0b81a3fb066d0e50488be489e8af7826dff08fda3c048c0d5024ab2fc14d03b6

Contents?: true

Size: 879 Bytes

Versions: 2

Compression:

Stored size: 879 Bytes

Contents

declare type GaugeProps = {
    aria: {
        [key: string]: string;
    };
    className?: string;
    chartData?: {
        name: string;
        value: number[] | number;
    }[];
    dark?: Boolean;
    data?: {
        [key: string]: string;
    };
    disableAnimation?: boolean;
    fullCircle?: boolean;
    height?: string;
    id?: string;
    max?: number;
    min?: number;
    prefix?: string;
    showLabels?: boolean;
    style?: string;
    suffix?: string;
    title?: string;
    tooltipHtml?: string;
    colors: string[];
    minorTickInterval: any;
    circumference: number[];
};
declare const Gauge: ({ aria, className, chartData, dark, data, disableAnimation, fullCircle, height, id, max, min, prefix, showLabels, style, suffix, title, tooltipHtml, colors, minorTickInterval, circumference, ...props }: GaugeProps) => JSX.Element;
export default Gauge;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1609 app/pb_kits/playbook/pb_gauge/_gauge.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_gauge/_gauge.d.ts