Interface JumbotronProps

interface JumbotronProps {
    bg?: BackgroundColor;
    description: JsxChildren;
    rounded?: 0 | 1 | 2 | 3 | 4 | 5;
    title: JsxChildren;
    [key: string]: any;
    [key: number]: any;
}

Hierarchy

Indexable

  • [key: string]: any
  • [key: number]: any

Properties

description: JsxChildren
rounded?: 0 | 1 | 2 | 3 | 4 | 5
title: JsxChildren
MMNEPVFCICPMFPCPTTAAATR