UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

8 lines (7 loc) 206 B
import { CellValue } from './CellValue'; /** * A purely declarative type. This object has no additional properties. */ export declare class TabCellValue extends CellValue { constructor(style: any); }