UNPKG

@oslokommune/punkt-elements

Version:

Komponentbiblioteket til Punkt, et designsystem laget av Oslo Origo

11 lines (10 loc) 319 B
import { BaseTestConfig } from '../../tests/test-framework'; import { PktIcon } from './icon'; export interface IconTestConfig extends BaseTestConfig { name?: string; path?: string; } export declare const createIconTest: (config?: IconTestConfig) => Promise<{ container: HTMLElement; icon: PktIcon; }>;