Sha256: 3dfbe369102a12ec974de97264d4c28f10e3988d9d14afd6fa5d4642d8ccbf94

Contents?: true

Size: 582 Bytes

Versions: 2

Compression:

Stored size: 582 Bytes

Contents

import React from 'react';
declare type DashboardValueProps = {
    align?: 'left' | 'center' | 'right';
    aria?: {
        [key: string]: string;
    };
    className?: string;
    data?: {
        [key: string]: string;
    };
    id?: string;
    statChange?: {
        change?: 'increase' | 'decrease' | 'neutral';
        value?: string | number;
    };
    statLabel?: string;
    statValue?: {
        unit?: string;
        value?: string | number;
    };
};
declare const DashboardValue: (props: DashboardValueProps) => React.ReactElement;
export default DashboardValue;

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_dashboard_value/_dashboard_value.d.ts
playbook_ui-13.12.0.pre.alpha.PLAY1081exporttypes1608 app/pb_kits/playbook/pb_dashboard_value/_dashboard_value.d.ts