import type { Controller } from '../controller-types.js'; export type GeneralDirective = (controller: Controller, node: HTMLElement, attrValue: string, attrName: string) => void; export type StructuralDirective = (controller: Controller, anchor: Comment, node: HTMLElement, attrValue: string, attrName: string) => void; //# sourceMappingURL=types.d.ts.map