TypographyOwnProps
Inheritors
Properties
Link copied to clipboard
Set the text-align on the component.
Link copied to clipboard
Override or extend the styles applied to the component.
Link copied to clipboard
If true
, the text will have a bottom margin.
Link copied to clipboard
Applies the theme typography styles.
Link copied to clipboard
The component maps the variant prop to a range of different HTML element types. For instance, subtitle1 to <h6>
. If you wish to change that mapping, you can provide your own. Alternatively, you can use the component
prop.
Functions
Link copied to clipboard
open inline operator fun <T> ContextType<T>.invoke(value: T, noinline block: ChildrenBuilder.() -> Unit)