Sha256: dd68e74cb2d5875ff67a75003a8d458b08c24d09120640c2208d84c9b88c35e6

Contents?: true

Size: 441 Bytes

Versions: 2

Compression:

Stored size: 441 Bytes

Contents

declare type LabelValueProps = {
    active?: boolean;
    aria?: {
        [key: string]: string;
    };
    className?: string;
    dark?: boolean;
    data?: object;
    date?: Date;
    id?: string;
    label: string;
    value?: string;
    variant?: "default" | "details";
    icon?: string;
    description?: string;
    title?: string;
};
declare const LabelValue: (props: LabelValueProps) => JSX.Element;
export default LabelValue;

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