UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

11 lines (9 loc) 223 B
import { CellValue } from './CellValue'; /** * A purely declarative type. This object has no additional properties. */ export class TabCellValue extends CellValue { constructor(style) { super(style); } }