ConditionalProps:
    | {
        titleFontWeight?: "regular" | "medium" | "bold";
        titleVariant?: "body1";
    }
    | {
        titleFontWeight?: never;
        titleVariant?: "h2";
    }
    | {
        titleFontWeight?: never;
        titleVariant?: "h3";
    }
    | {
        titleFontWeight?: never;
        titleVariant?: "h4";
    }

Type declaration

  • OptionaltitleFontWeight?: "regular" | "medium" | "bold"

    Font weight of the title text.

  • OptionaltitleVariant?: "body1"

    Variant of the title text.

Type declaration

  • OptionaltitleFontWeight?: never

    Font weight of the title text.

  • OptionaltitleVariant?: "h2"

    Variant of the title text.

Type declaration

  • OptionaltitleFontWeight?: never

    Font weight of the title text.

  • OptionaltitleVariant?: "h3"

    Variant of the title text.

Type declaration

  • OptionaltitleFontWeight?: never

    Font weight of the title text.

  • OptionaltitleVariant?: "h4"

    Variant of the title text.