@difizen/mana-core
Version:
7 lines • 319 B
TypeScript
import { Syringe } from '@difizen/mana-syringe';
import type { VariableRegistry } from './variable-registry';
export declare const VariableContribution: Syringe.DefinedToken;
export type VariableContribution = {
registerVariables: (vars: VariableRegistry) => void;
};
//# sourceMappingURL=variable-protocol.d.ts.map