f8de7b1273
This PR removes the manual vendoring process. Third party code can now be updated using the typical NPM pipeline with types/code bundling done through Rollup.
135 B
135 B
sidebar_label |
---|
Handler |
Handler type
Signature:
declare type Handler<T = any> = (event?: T) => void;