import { JlGraphic } from 'jl-graphic'; class Section extends JlGraphic { doRepaint() { console.log('repaint'); } } export { Section };