UNPKG

react-cosmos

Version:

Sandbox for developing and testing UI components in isolation

4 lines (3 loc) 98 B
export type Json = string | number | boolean | null | { [property: string]: Json; } | Json[];