BootCell
    Preparing search index...

    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
    Index

    Properties

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