pull/11277/head
Rich Harris 5 months ago
parent 24e2872a58
commit 737b73ac99

@ -118,7 +118,7 @@ export function mount(component, options) {
* events?: { [Property in keyof Events]: (e: Events[Property]) => any };
* context?: Map<any, any>;
* intro?: boolean;
* recover?: false;
* recover?: boolean;
* }} options
* @returns {Exports}
*/

Loading…
Cancel
Save