UNPKG

@hypothesis/frontend-shared

Version:

Shared components, styles and utilities for Hypothesis projects

8 lines (7 loc) 394 B
import type { PlaygroundAppProps } from '../'; /** * Render web content for the playground application. This includes the "frame" * around the page and a navigation channel, as well as the content rendered * by the component handling the current route. */ export default function PlaygroundApp({ baseURL, extraRoutes, extraRoutesTitle, }: PlaygroundAppProps): import("preact").JSX.Element;