UNPKG

@public-ui/components

Version:

Contains all web components that belong to KoliBri - The accessible HTML-Standard.

4 lines (3 loc) 206 B
import type { E2EPage } from '@stencil/playwright'; declare const setContentWithRetry: (page: Pick<E2EPage, "setContent" | "waitForTimeout">, html: string) => Promise<void>; export { setContentWithRetry };