• Parameters

    • props: {
          children?: ReactNode;
          header?: ReactNode;
          mode?: "default" | "card";
      } & {
          className?: string;
          style?: CSSProperties & Partial<Record<"--active-background-color" | "--align-items" | "--border-bottom" | "--border-inner" | "--border-top" | "--extra-max-width" | "--font-size" | "--header-font-size" | "--padding-left" | "--padding-right" | "--prefix-padding-right" | "--prefix-width", string>>;
          tabIndex?: number;
      } & AriaAttributes & RefAttributes<ListRef>

    Returns ReactNode

Properties

$$typeof: symbol
Item: FC<ListItemProps>
defaultProps?: Partial<{
    children?: ReactNode;
    header?: ReactNode;
    mode?: "default" | "card";
} & {
    className?: string;
    style?: CSSProperties & Partial<Record<"--active-background-color" | "--align-items" | "--border-bottom" | "--border-inner" | "--border-top" | "--extra-max-width" | "--font-size" | "--header-font-size" | "--padding-left" | "--padding-right" | "--prefix-padding-right" | "--prefix-width", string>>;
    tabIndex?: number;
} & AriaAttributes & RefAttributes<ListRef>>
displayName?: string

Used in debugging messages. You might want to set it explicitly if you want to display a different name for debugging purposes.

propTypes?: WeakValidationMap<{
    children?: ReactNode;
    header?: ReactNode;
    mode?: "default" | "card";
} & {
    className?: string;
    style?: CSSProperties & Partial<Record<"--active-background-color" | "--align-items" | "--border-bottom" | "--border-inner" | "--border-top" | "--extra-max-width" | "--font-size" | "--header-font-size" | "--padding-left" | "--padding-right" | "--prefix-padding-right" | "--prefix-width", string>>;
    tabIndex?: number;
} & AriaAttributes & RefAttributes<ListRef>>

Generated using TypeDoc