UNPKG

json-joy

Version:

Collection of libraries for building collaborative editing apps.

17 lines 527 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Del = void 0; const tslib_1 = require("tslib"); const React = tslib_1.__importStar(require("react")); const nano_theme_1 = require("nano-theme"); const delClass = (0, nano_theme_1.rule)({ bg: '#ffebe9', bxsh: '0 2px 0 0 #ffcecb', col: 'red', }); const Del = (props) => { const { children } = props; return React.createElement("del", { className: delClass }, children); }; exports.Del = Del; //# sourceMappingURL=Del.js.map