Sha256: 37dec8cca0881847d4137901e36274906e0378467406fa0855072f879a4a28d1

Contents?: true

Size: 591 Bytes

Versions: 2

Compression:

Stored size: 591 Bytes

Contents

import React from 'react';
import { SelectableListItemProps } from './_item.js';
declare type SelectableListProps = {
    aria?: {
        [key: string]: string;
    };
    children?: React.ReactElement[];
    className?: string;
    data?: object;
    id?: string;
    variant?: 'checkbox' | 'radio';
};
declare const SelectableList: {
    (props: SelectableListProps): JSX.Element;
    Item: ({ aria, checked, children, className, data, defaultChecked, id, label, text, name, value, variant, onChange, ...props }: SelectableListItemProps) => JSX.Element;
};
export default SelectableList;

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