UNPKG

@public-ui/components

Version:

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

5 lines (4 loc) 180 B
import type { Page } from '@playwright/test'; import type { E2EPage } from '@stencil/playwright'; type FillAction = (page: Page & E2EPage) => Promise<void>; export { FillAction };