UNPKG

@react-slate/core

Version:

Write interactive CLI apps with React

11 lines 437 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); const ContainerBase_1 = __importDefault(require("./ContainerBase")); class Paragraph extends ContainerBase_1.default { } exports.default = Paragraph; Paragraph.TAG = 'PARAGRAPH_NODE'; //# sourceMappingURL=Paragraph.js.map