collaboration-tool-core
bash
npm install --save collaboration-tool-core
`
Usage
`tsx
import React, { Component } from 'react'
import MyComponent from 'collaboration-tool-core'
import 'collaboration-tool-core/dist/index.css'
class Example extends Component {
render() {
return
}
}
``