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