UNPKG

@solidgrounds/core

Version:
7 lines (6 loc) 253 B
import { RegisterLike } from '../Context/RegistryContext'; import { FeatureGroupBuildInfo, CompilerPass } from '../Value'; export interface KernelFeatureServices { compilerPass: RegisterLike<CompilerPass>; compilerInfo: FeatureGroupBuildInfo; }