UNPKG

react-static

Version:

A progressive static site generator for React

6 lines (5 loc) 70 B
export interface Post { body: string id: number title: string }