UNPKG

@redocly/theme

Version:

Shared UI components lib

11 lines (10 loc) 402 B
import React from 'react'; import type { JSX } from 'react'; import type { IconProps } from '../../icons/types'; export declare const MobileSidebarIcon: import("styled-components").StyledComponent<(props: IconProps) => JSX.Element, any, { 'data-component-name': string; } & { color?: string; size?: string; className?: string; } & React.SVGProps<SVGSVGElement>, "data-component-name">;