Sha256: b946450587cc5d16f662f108bead8cad8156563dbcca5e5a3afadd6161831461

Contents?: true

Size: 698 Bytes

Versions: 2

Compression:

Stored size: 698 Bytes

Contents

import React from "react";
export declare type SelectableListItemProps = {
    aria?: {
        [key: string]: string;
    };
    children: React.ReactNode[] | React.ReactNode;
    checked?: boolean;
    className?: string;
    data?: object;
    defaultChecked?: boolean;
    id?: string;
    label?: string;
    text?: string;
    name?: string;
    value?: string;
    variant?: string;
    onChange: (arg: React.ChangeEvent<HTMLInputElement> | null) => void;
};
declare const SelectableListItem: ({ aria, checked, children, className, data, defaultChecked, id, label, text, name, value, variant, onChange, ...props }: SelectableListItemProps) => JSX.Element;
export default SelectableListItem;

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