@retriever-ui/typography
Version:
styles to text items
7 lines (6 loc) • 410 B
TypeScript
/// <reference types="react" />
import { TextElementInterface } from '../interface';
export declare const Title: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType<any> | undefined;
} & TextElementInterface, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {}>;