mirror of
https://github.com/tencentmusic/cube-studio.git
synced 2025-01-12 13:44:29 +08:00
5 lines
73 B
TypeScript
5 lines
73 B
TypeScript
declare module '*.glsl' {
|
|
const value: string
|
|
export default value
|
|
}
|