UNPKG

handsontable

Version:

Handsontable is a JavaScript Data Grid available for React, Angular and Vue.

12 lines (11 loc) 401 B
"use strict"; exports.__esModule = true; var _passwordEditor = require("../../editors/passwordEditor"); var _passwordRenderer = require("../../renderers/passwordRenderer"); const CELL_TYPE = exports.CELL_TYPE = 'password'; const PasswordCellType = exports.PasswordCellType = { CELL_TYPE, editor: _passwordEditor.PasswordEditor, renderer: _passwordRenderer.passwordRenderer, copyable: false };