UNPKG

@oslokommune/punkt-react

Version:

React komponentbibliotek til Punkt, et designsystem laget av Oslo Origo

7 lines (6 loc) 182 B
import { TQueueItemOperation } from '../types'; export interface IComment { text: string; timestamp: string; } export declare const addCommentOperation: TQueueItemOperation;