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