You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aggregation-platform/d.ts/configs/ts/customAlert.d.ts

7 lines
240 B

/// <reference path="../../includes.d.ts" />
declare module Configs {
function customAlert(title: any, content: any, func: any, cancel: any, focus: any, icon: any): void;
function create_mask(): void;
function remove(): void;
}