UNPKG

@ctodev/cclibrary-typings

Version:

Library typings for use with CLARC INFINITY

17 lines (16 loc) 393 B
import { TccLibIcons } from "../../shared/classes/tcc-register-icons.class"; export declare enum AlertType { Success = 1, Error = 2, Info = 3, Warning = 4, None = 5, Question = 6 } export declare const Alerticon: { Success: TccLibIcons.Icon; Error: TccLibIcons.Icon; Info: TccLibIcons.Icon; Warning: TccLibIcons.Icon; Question: TccLibIcons.Icon; };