UNPKG

kitchen-color-studio

Version:

an open-source color editor for designing color system

7 lines (6 loc) 176 B
/// <reference types="react" /> export interface IJsonView { data: any; } declare const JsonView: import("react").NamedExoticComponent<IJsonView>; export default JsonView;