mirror of
https://github.com/JannisX11/blockbench.git
synced 2025-04-12 17:41:57 +08:00
5 lines
121 B
TypeScript
5 lines
121 B
TypeScript
/// <reference types="../../blockbench-types" />
|
|
declare module "*.glsl" {
|
|
const value: string;
|
|
export default value;
|
|
} |