UNPKG

label-studio

Version:

Data Labeling Tool that is backend agnostic and can be embedded into your applications

8 lines (6 loc) 265 B
import { DialogModel } from "./Dialog"; import { HeaderModel } from "./Header"; import { TableModel } from "./Table"; import { ViewModel } from "./View"; import { StyleModel } from "./Style"; export { DialogModel, HeaderModel, TableModel, ViewModel, StyleModel };