UNPKG

react-json-editor-ajrm-ts-platform

Version:

A stylish, editor-like, modular, react component for viewing, editing, and debugging javascript object syntax!

6 lines 147 B
import { Colors } from "./types"; declare const themes: { [key: string]: Colors; }; export default themes; //# sourceMappingURL=themes.d.ts.map