@progress/kendo-themes-html
Version:
A collection of HTML helpers used for developing Kendo UI themes
10 lines (9 loc) • 344 B
TypeScript
export type KendoTypographyProps = {
type: 'body' | 'p' | 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'code' | 'pre' | 'div';
};
export declare const Typography: {
(props: KendoTypographyProps & React.HTMLAttributes<HTMLElement>): import("react/jsx-runtime").JSX.Element;
states: any[];
options: {};
};
export default Typography;