UNPKG

react-antd-admin-panel

Version:

Easy prototyping admin panel using React and Antd

4 lines (3 loc) 56 B
export interface Dictionary<T> { [id: string]: T; }