@namespace Connected.Components @inherits UIComponent @switch (Typo) { case Typo.h1:

@ChildContent

break; case Typo.h2:

@ChildContent

break; case Typo.h3:

@ChildContent

break; case Typo.h4:

@ChildContent

break; case Typo.h5:
@ChildContent
break; case Typo.h6:
@ChildContent
break; case Typo.subtitle1:
@ChildContent
break; case Typo.subtitle2:
@ChildContent
break; case Typo.body1:

@ChildContent

break; case Typo.body2:

@ChildContent

break; case Typo.button: @ChildContent break; case Typo.caption: @ChildContent break; case Typo.overline: @ChildContent break; case Typo.inherit: @ChildContent break; }