UNPKG

@redocly/theme

Version:

Shared UI components lib

16 lines (15 loc) 818 B
import type { CatalogConfig } from '../../config'; export type CatalogProps = { pageProps: { catalogId: string; catalogConfig: CatalogConfig; }; }; export default function Catalog(props: CatalogProps): JSX.Element; export declare const CatalogPageContent: import("styled-components").StyledComponent<"main", any, {}, never>; export declare const CatalogTitle: import("styled-components").StyledComponent<"h2", any, {}, never>; export declare const CatalogDescription: import("styled-components").StyledComponent<"p", any, {}, never>; export declare const CatalogPageWrapper: import("styled-components").StyledComponent<"div", any, { withoutFilters?: boolean; }, never>; export declare const CatalogPageDescriptionWrapper: import("styled-components").StyledComponent<"div", any, {}, never>;