New to KendoReact? Learn about KendoReact Free.
Typography
Represents the KendoReact Typography component.
jsx
const App = () => {
return (
<Typography.h2>Heading 2</Typography.h2>
);
};