type LightContextProps = { useLight: (l: Light) => void, bindMaterial: (s: ShaderModule) => ShaderModule, useMaterial: (s: ShaderModule) => ShaderModule, }
packages / workbench / src / providers / light-provider.ts