UNPKG

docz-theme-default

Version:

The default theme of docz

25 lines (24 loc) 1.62 kB
/// <reference types="react" /> export declare const components: { a: import("react").FunctionComponent<import("react").AnchorHTMLAttributes<any>>; blockquote: import("styled-components").StyledComponent<"blockquote", any, {}, never>; editor: import("react").FunctionComponent<import("./Editor").EditorProps>; h1: import("styled-components").StyledComponent<"h1", any, {}, never>; h2: import("react").FunctionComponent<import("react").HTMLAttributes<any>>; h3: import("styled-components").StyledComponent<"h3", any, {}, never>; h4: import("styled-components").StyledComponent<"h4", any, {}, never>; h5: import("styled-components").StyledComponent<"h5", any, {}, never>; h6: import("styled-components").StyledComponent<"h6", any, {}, never>; hr: import("styled-components").StyledComponent<"hr", any, {}, never>; inlineCode: import("styled-components").StyledComponent<"code", any, {}, never>; loading: () => JSX.Element; notFound: () => JSX.Element; ol: import("styled-components").StyledComponent<"ol", any, {}, never>; p: import("styled-components").StyledComponent<"p", any, {}, never>; page: import("react").FunctionComponent<import("docz").PageProps>; playground: import("react").FunctionComponent<import("./Playground").PlaygroundProps>; pre: import("react").FunctionComponent<any>; props: import("react").FunctionComponent<import("docz").PropsComponentProps>; table: (props: import("react").TableHTMLAttributes<any>) => JSX.Element; ul: import("styled-components").StyledComponent<"ul", any, {}, never>; };