The props for the typography field.
Interface for props of the TypographyField component.
OptionalclassName?: stringGets the value of the className property from the provided object.
This function uses the PickProp type from the IField interface to pick the 'className' property from the provided object based on the Data and Payload generic types.
OptionalgroupRef?: (element?: null | HTMLDivElement) => voidRepresents a reference to a group in a field. This reference is optional.
Optionalplaceholder?: stringRetrieves the placeholder property from the given IField object.
The placeholder property is a key of type PickProp.
Optionalstyle?: anyRetrieves the 'style' property of the given variable, using the 'PickProp' utility type.
OptionaltypoVariant?: Represents the typoVariant property of an object.
Represents a private interface for a typography field.
Renders a typography field component.