UNPKG

substance

Version:

Substance is a JavaScript library for web-based content editing. It provides building blocks for realizing custom text editors and web-based publishing systems.

10 lines (8 loc) 208 B
import BodyScrollPane from './BodyScrollPane' export default { name: 'body-scroll-pane', configure: function(config) { config.addComponent('body-scroll-pane', BodyScrollPane) }, BodyScrollPane }