@formant/ava-react
Version:
React components of AVA.
9 lines (8 loc) • 798 B
TypeScript
import type { ThemeStylesProps } from '../types';
export declare const H1: import("styled-components").StyledComponent<"h1", any, ThemeStylesProps, never>;
export declare const Headline: import("styled-components").StyledComponent<"h1", any, ThemeStylesProps, never>;
export declare const H2: import("styled-components").StyledComponent<"h2", any, ThemeStylesProps, never>;
export declare const H3: import("styled-components").StyledComponent<"h3", any, ThemeStylesProps, never>;
export declare const H4: import("styled-components").StyledComponent<"h4", any, ThemeStylesProps, never>;
export declare const H5: import("styled-components").StyledComponent<"h5", any, ThemeStylesProps, never>;
export declare const H6: import("styled-components").StyledComponent<"h6", any, ThemeStylesProps, never>;