Sha256: 89a8f34e80056744a489615dd7d62209624b5513353c6ed7f3edef5a89e1bedf

Contents?: true

Size: 798 Bytes

Versions: 2

Compression:

Stored size: 798 Bytes

Contents

import React from 'react';
import { GlobalProps } from '../utilities/globalProps';
declare type SelectableCardProps = {
    aria?: {
        [key: string]: string;
    };
    checked?: boolean;
    children?: React.ReactChild[] | React.ReactChild;
    className?: string;
    customIcon?: {
        [key: string]: SVGElement;
    };
    dark?: boolean;
    data?: {
        [key: string]: string;
    };
    disabled?: boolean;
    error?: boolean;
    icon?: boolean;
    id?: string;
    inputId?: string;
    multi?: boolean;
    name?: string;
    onChange: (event: React.FormEvent<HTMLInputElement>) => void;
    text?: string;
    value?: string;
    variant?: string;
} & GlobalProps;
declare const SelectableCard: (props: SelectableCardProps) => JSX.Element;
export default SelectableCard;

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