UNPKG

ractive-ez-table

Version:
17 lines (10 loc) 179 B
class Cursor { constructor(table) { this.table = table; }; handleClick(event) { }; handleKey() { }; } export default Cursor;