UNPKG

@redocly/theme

Version:

Shared UI components lib

9 lines (8 loc) 323 B
import type { BaseSyntheticEvent } from 'react'; export type PanelHeaderProps = { isExpandable?: boolean; expanded?: boolean; disabled?: boolean; toggle?: (e: BaseSyntheticEvent) => void; }; export declare const PanelHeader: import("styled-components").StyledComponent<"div", any, PanelHeaderProps, never>;