UNPKG

@oslokommune/punkt-elements

Version:

Komponentbiblioteket til Punkt, et designsystem laget av Oslo Origo

10 lines (9 loc) 366 B
import { BaseTestConfig } from '../../tests/test-framework'; import { PktLinkCard, IPktLinkCard } from './linkcard'; export interface LinkCardTestConfig extends IPktLinkCard, BaseTestConfig { } export declare const createLinkCardTest: (config?: LinkCardTestConfig) => Promise<{ container: HTMLElement; linkCard: PktLinkCard; link: HTMLAnchorElement; }>;