@platformbuilders/fluid-react
Version:
Builders React for Fluid Design System
9 lines (8 loc) • 555 B
TypeScript
/// <reference types="react" />
import { TypographyVariants } from '@platformbuilders/theme-toolkit';
import { TypographyTypeBase } from '.';
export type TypographyTypeStyleProps = TypographyTypeBase & {
$lineHeightVariant?: TypographyVariants;
$variant?: TypographyVariants;
};
export declare const Text: import("styled-components").IStyledComponent<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, TypographyTypeStyleProps>>;