UNPKG

@dslate/dslate

Version:

一个Ant Design风格的富文本编辑器 - An Ant Design style rich editor based on Slate

13 lines (12 loc) 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _core = require("@dslate/core"); var localeValues = { locale: _core.Locales.enUS, placeholder: 'Please enter the text here' }; var _default = localeValues; exports.default = _default;