@plurid/plurid-ui-components-react
Version:
Plurid User Interface Components for React
7 lines (6 loc) • 310 B
TypeScript
/// <reference types="react" />
declare const typography: {
Heading: import("react").FC<import("react").PropsWithChildren<import("./Heading").HeadingProperties>>;
Paragraph: import("react").FC<import("react").PropsWithChildren<import("./Paragraph").ParagraphProperties>>;
};
export default typography;