UNPKG

cra-template-pi

Version:

A quick start Create React App with many auto implemented features

7 lines (5 loc) 117 B
import { ICategory } from '../../constants/todo' export interface TodoItem { data: string category: ICategory }