UNPKG

@redocly/theme

Version:

Shared UI components lib

6 lines (5 loc) 191 B
export type PanelBodyProps = { animate?: boolean; hidden?: boolean; }; export declare const PanelBody: import("styled-components").StyledComponent<"div", any, PanelBodyProps, never>;