UNPKG

@redocly/asyncapi-docs

Version:

Async API docs for Redocly Realm

15 lines (14 loc) 1.21 kB
import { Tag } from '@redocly/theme'; export declare const Block: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Header: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const Section: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Label: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const Value: import("styled-components").StyledComponent<"span", any, {}, never>; export declare const ExternalDocumentationWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const HeaderWrapper: import("styled-components").StyledComponent<"div", any, { expandable?: boolean; }, never>; export declare const TagStyled: import("styled-components").StyledComponent<typeof Tag, any, {}, never>; export declare const TopicConfiguration: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const TopicConfigurationWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ActionTag: import("styled-components").StyledComponent<typeof Tag, any, {}, never>;