mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-09 17:20:33 +08:00
10 lines
243 B
TypeScript
10 lines
243 B
TypeScript
declare module 'url:native/external/emscripten/webgpu/webgpu_wasm.wasm' {
|
|
const url: string;
|
|
export default url;
|
|
}
|
|
|
|
declare module 'url:native/external/emscripten/webgpu/glslang.wasm' {
|
|
const url: string;
|
|
export default url;
|
|
}
|