UNPKG

@progress/kendo-themes-html

Version:

A collection of HTML helpers used for developing Kendo UI themes

5 lines (4 loc) 238 B
import { KendoComponent } from '../_types/component'; export type KendoTypographyCodeProps = React.HTMLAttributes<HTMLElement>; export declare const TypographyCode: KendoComponent<KendoTypographyCodeProps>; export default TypographyCode;