UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

9 lines (8 loc) 230 B
import { ReactNode } from 'react'; interface PanelSectionProps { title: ReactNode; description?: ReactNode; children?: ReactNode; } export declare function PanelSection(props: PanelSectionProps): ReactNode; export {};