UNPKG

grapesjs_codeapps

Version:

Free and Open Source Web Builder Framework/SC Modification

12 lines (10 loc) 197 B
// We need this one just to identify better the wrapper type import Component from './Component'; module.exports = Component.extend( {}, { isComponent() { return false; } } );