UNPKG

@public-ui/components

Version:

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

4 lines (3 loc) 278 B
import type { FunctionalComponent } from '../../stencil-public-runtime'; import { type SpecPage } from '@stencil/core/testing'; export declare function renderFunctionalComponentToSpecPage<T extends object>(componentConstructor: () => FunctionalComponent<T>): Promise<SpecPage>;