@public-ui/components
Version:
Contains all web components that belong to KoliBri - The accessible HTML-Standard.
13 lines (12 loc) • 400 B
JavaScript
/*!
* KoliBri - The accessible HTML-Standard
*/
import { newSpecPage } from "@stencil/core/testing";
import { TestComponent } from "./test.component";
export function renderFunctionalComponentToSpecPage(componentConstructor) {
return newSpecPage({
components: [TestComponent],
template: componentConstructor,
});
}
//# sourceMappingURL=functional-component-rendering.js.map