UNPKG

fabric8-planner

Version:
4 lines (3 loc) 146 B
import { CommentUI } from './../models/comment'; export declare type CommentState = CommentUI[]; export declare const initialState: CommentState;