UNPKG

1.55 kBTypeScriptView Raw
1import * as React from "react";
2import { IElementRefProps } from "../../common";
3export declare const H1: React.FunctionComponent<React.HTMLProps<HTMLHeadingElement> & IElementRefProps<HTMLHeadingElement>>;
4export declare const H2: React.FunctionComponent<React.HTMLProps<HTMLHeadingElement> & IElementRefProps<HTMLHeadingElement>>;
5export declare const H3: React.FunctionComponent<React.HTMLProps<HTMLHeadingElement> & IElementRefProps<HTMLHeadingElement>>;
6export declare const H4: React.FunctionComponent<React.HTMLProps<HTMLHeadingElement> & IElementRefProps<HTMLHeadingElement>>;
7export declare const H5: React.FunctionComponent<React.HTMLProps<HTMLHeadingElement> & IElementRefProps<HTMLHeadingElement>>;
8export declare const H6: React.FunctionComponent<React.HTMLProps<HTMLHeadingElement> & IElementRefProps<HTMLHeadingElement>>;
9export declare const Blockquote: React.FunctionComponent<React.HTMLProps<HTMLElement> & IElementRefProps<HTMLElement>>;
10export declare const Code: React.FunctionComponent<React.HTMLProps<HTMLElement> & IElementRefProps<HTMLElement>>;
11export declare const Pre: React.FunctionComponent<React.HTMLProps<HTMLElement> & IElementRefProps<HTMLElement>>;
12export declare const Label: React.FunctionComponent<React.HTMLProps<HTMLLabelElement> & IElementRefProps<HTMLLabelElement>>;
13export declare const OL: React.FunctionComponent<React.HTMLProps<HTMLOListElement> & IElementRefProps<HTMLOListElement>>;
14export declare const UL: React.FunctionComponent<React.HTMLProps<HTMLUListElement> & IElementRefProps<HTMLUListElement>>;