/// <reference path="./action-sheet.d.ts" />
/// <reference path="./confirm.d.ts" />
/// <reference path="./toast.d.ts" />
/// <reference path="./page.d.ts" />
/// <reference path="./share.d.ts" />
/// <reference path="./pay.d.ts" />
/// <reference path="./list-index.d.ts" />
/// <reference path="./form.d.ts" />
/// <reference path="./waterfall.d.ts" />
/// <reference path="./timeline.d.ts" />

declare namespace Ui {
	type Page = ClPage;
	type ActionSheet = ClActionSheet.Ref;
	type Confirm = ClConfirm.Ref;
	type Pay = ClPay.Ref;
	type Toast = ClToast.Ref;
}
