Sha256: 1a5e18c23791dc9b839ad1fe7811779889cf683e70e9155326277fad948c0be6

Contents?: true

Size: 392 Bytes

Versions: 2

Compression:

Stored size: 392 Bytes

Contents

declare type LabelPillProps = {
    aria?: {
        [key: string]: string;
    };
    className?: string;
    data?: {
        [key: string]: string;
    };
    id?: string;
    label?: string;
    pillValue?: string;
    variant: "error" | "info" | "neutral" | "primary" | "success" | "warning";
};
declare const LabelPill: (props: LabelPillProps) => JSX.Element;
export default LabelPill;

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