UNPKG

@redocly/theme

Version:

Shared UI components lib

10 lines (9 loc) 454 B
import React from 'react'; export type CodeToggleProps = React.PropsWithChildren<{ id: string; label: string; description?: React.ReactNode[]; }>; export declare function CodeToggle(props: CodeToggleProps): React.JSX.Element | null; export declare const ToggleWrapper: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const ToggleSubtitle: import("styled-components").StyledComponent<"div", any, {}, never>;