Type alias ListProps

ListProps: {
    as?: "ul" | "ol";
    bullet?: string;
    type?: ListStyleType;
} & CoreViewProps

Type declaration

  • Optional as?: "ul" | "ol"
  • Optional bullet?: string
  • Optional type?: ListStyleType

Generated using TypeDoc