@alicloud/console-components
Version:
Alibaba Cloud React Components
12 lines (11 loc) • 1.33 kB
TypeScript
import Typography from './rc-mod';
export default Typography;
export declare const TypographyH1: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTitleProps>;
export declare const TypographyH2: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTitleProps>;
export declare const TypographyH3: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTitleProps>;
export declare const TypographyH4: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTitleProps>;
export declare const TypographyH5: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTitleProps>;
export declare const TypographyH6: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTitleProps>;
export declare const TypographyText: import("../../types").TComponentTypeWithRef<import("./types").ITypographyTextProps>;
export declare const TypographyParagraph: import("../../types").TComponentTypeWithRef<import("./types").ITypographyParagraphProps>;
export type { ITypographyProps as TypographyProps, ITypographyTextProps as TypographyTextProps, ITypographyTitleProps as TypographyTitleProps, ITypographyParagraphProps as TypographyParagraphProps, TTypographyComponent as TypographyComponent, TTypographyRef as TypographyRef } from './types';