ListProps: {
    children?: ReactNode;
    header?: ReactNode;
    mode?: "default" | "card";
} & NativeProps<"--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">

Type declaration

  • Optional children?: ReactNode
  • Optional header?: ReactNode
  • Optional mode?: "default" | "card"

Generated using TypeDoc