@alwatr/synapse
Version:
Connect your TypeScript classes to the DOM, declaratively.
13 lines • 357 B
TypeScript
import type { DirectiveConstructor } from './directiveDecorator.js';
/**
* Alwatr Synapse Logger.
*/
export declare const logger: import("@alwatr/logger").AlwatrLogger;
/**
* The registry for all directives.
*/
export declare const directiveRegistry_: {
selector: string;
constructor: DirectiveConstructor;
}[];
//# sourceMappingURL=lib.d.ts.map