mirror of
https://gitee.com/dgflash/oops-plugin-framework.git
synced 2026-05-08 11:25:52 +08:00
8 lines
285 B
TypeScript
8 lines
285 B
TypeScript
|
|
/// <reference path="D:\Cocos Editors\Creator\3.8.8\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;
|
|
|