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

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

Loading…
Cancel
Save