UNPKG

@teambit/tester

Version:
17 lines (16 loc) 476 B
import type { Section } from '@teambit/component'; import type { EmptyStateSlot } from './tester.ui.runtime'; export declare class TestsSection implements Section { private emptyStateSlot; constructor(emptyStateSlot: EmptyStateSlot); route: { path: string; element: import("react/jsx-runtime").JSX.Element; }; navigationLink: { href: string; children: string; hideInMinimalMode: boolean; }; order: number; }