UNPKG

tabulator-tables

Version:

Interactive table generation JavaScript library

29 lines (28 loc) 822 B
import input from './editors/input.js'; import textarea from './editors/textarea.js'; import number from './editors/number.js'; import range from './editors/range.js'; import date from './editors/date.js'; import time from './editors/time.js'; import datetime from './editors/datetime.js'; import select from './editors/select.js'; import list from './editors/list.js'; import autocomplete from './editors/autocomplete.js'; import star from './editors/star.js'; import progress from './editors/progress.js'; import tickCross from './editors/tickCross.js'; export default { input:input, textarea:textarea, number:number, range:range, date:date, time:time, datetime:datetime, select:select, list:list, autocomplete:autocomplete, star:star, progress:progress, tickCross:tickCross, };