mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-09 22:02:45 +08:00
8 lines
311 B
TypeScript
8 lines
311 B
TypeScript
|
|
/// <reference path="D:\CocosDashboard_1.1.0\resources\.editors\Creator\3.7.0\resources\resources\3d\engine\bin\.declarations\cc.d.ts"/>
|
|
|
|
/**
|
|
* @deprecated Global variable `cc` was dropped since 3.0. Use ES6 module syntax to import Cocos Creator APIs.
|
|
*/
|
|
declare const cc: never;
|
|
|