UNPKG

tdesign-react

Version:
13 lines (12 loc) 590 B
import './style/index.js'; export * from './type'; export declare const Typography: { Text: import("react").ForwardRefExoticComponent<import("./type").TdTextProps & import("../common").StyledProps & { children: React.ReactNode; } & import("react").RefAttributes<HTMLSpanElement>>; Title: typeof import("./Title").Title; Paragraph: import("react").ForwardRefExoticComponent<import("./type").TdParagraphProps & import("../common").StyledProps & { children: React.ReactNode; } & import("react").RefAttributes<HTMLDivElement>>; }; export default Typography;