@oslokommune/punkt-elements
Version:
Komponentbiblioteket til Punkt, et designsystem laget av Oslo Origo
12 lines (11 loc) • 521 B
TypeScript
import type { THeaderFooterApi } from '../../shared-types/header-menu';
/**
* Example header/footer payload used by the dev/demo pages in both
* Punkt Elements and Punkt React. Mirrors the live Oslo kommune
* payload closely enough to exercise every region of the mega menu
* (services grid, four section columns, footer + social links).
*
* Tests use focused per-test fixtures with smaller shapes — this
* dataset is for visual demos only.
*/
export declare const EXAMPLE_HEADER_FOOTER_DATA: THeaderFooterApi;