import React from 'react'; export default function({ value }: any) { return (
{JSON.stringify(value, undefined, 2)}