UNPKG

solid-ui

Version:

UI library for writing Solid read-write-web applications

13 lines (10 loc) 330 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.rawJsonDecorator = void 0; var rawJsonDecorator = function rawJsonDecorator(Story) { return "<pre>".concat(JSON.stringify(Story(), null, 2), "</pre>"); }; exports.rawJsonDecorator = rawJsonDecorator; //# sourceMappingURL=decorators.js.map