UNPKG

react-universal-container

Version:

Allows React and React-Native front end Components to use the same properties, and gives you the ability to write your important code once.

8 lines (6 loc) 238 B
import { Item } from './ToDoListContainer' export const items: Item[] = [ {name: "come to grips with react, react-native and typescript"}, {name: "wonder how you lived without it"}, {name: "publish your first node module"} ]