UNPKG

@oslokommune/punkt-react

Version:

React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo

10 lines (9 loc) 189 B
declare global { interface Window { pktFetch: () => Promise<{ ok: boolean; text: () => Promise<string>; }>; pktIconPath: string; } }