Sha256: 5155494a01deb708d2015811483598daea4b333e8a386045a5744cec3ad57546

Contents?: true

Size: 526 Bytes

Versions: 2

Compression:

Stored size: 526 Bytes

Contents

import React from "react";
declare type ListProps = {
    aria?: {
        [key: string]: string;
    };
    borderless?: boolean;
    className?: string;
    children: React.ReactNode[] | React.ReactNode;
    dark?: boolean;
    data?: object;
    id?: string;
    layout?: "" | "left" | "right";
    ordered?: boolean;
    role?: string;
    tabIndex?: number;
    text?: string;
    size?: string;
    variant?: string;
    xpadding?: boolean;
};
declare const List: (props: ListProps) => JSX.Element;
export default List;

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