Improve Jqhtml_Integration.js documentation with hydration system explanation Add jqhtml-laravel integration packages for traditional Laravel projects 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
10 lines
358 B
TypeScript
10 lines
358 B
TypeScript
import MultiplexHandler from "./MultiplexHandler";
|
|
import { Handler } from "./Parser";
|
|
export declare class CollectingHandler extends MultiplexHandler {
|
|
_cbs: Partial<Handler>;
|
|
events: [keyof Handler, ...unknown[]][];
|
|
constructor(cbs?: Partial<Handler>);
|
|
onreset(): void;
|
|
restart(): void;
|
|
}
|
|
//# sourceMappingURL=CollectingHandler.d.ts.map
|