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