UNPKG

cv-dialog-sdk

Version:

Catavolt Dialog Javascript API

9 lines (8 loc) 221 B
import { DialogException } from './DialogException'; import { View } from './View'; /** * ********************************* */ export declare class ErrorMessage extends View { readonly exception: DialogException; }