UNPKG

@platformbuilders/fluid-react

Version:
9 lines (8 loc) 555 B
/// <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>>;