@redocly/graphql-docs
Version:
Redocly GraphQL docs
12 lines (11 loc) • 859 B
TypeScript
import { PaginationAwareLink } from './PaginationAwareLink';
export declare const ShareIconLink: import("styled-components").StyledComponent<typeof PaginationAwareLink, any, {
size?: number;
}, never>;
export declare const ShareLinkWrapper: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const StyledButton: import("styled-components").StyledComponent<import("react").FC<import("@redocly/theme").ButtonProps>, any, import("@redocly/theme").ButtonProps, never>;
export declare const ButtonWrapper: import("styled-components").StyledComponent<"div", any, {
align: "left" | "right";
}, never>;
export declare const NavigationLabel: import("styled-components").StyledComponent<"span", any, {}, never>;
export declare const PageNavigationWrapper: import("styled-components").StyledComponent<"section", any, {}, never>;