Context is a map of any key/value kind

pull/6236/head
Simon H 5 years ago committed by GitHub
parent a81474a399
commit 470ff6b024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -108,7 +108,7 @@ interface IComponentOptions {
target: Element;
anchor?: Element;
props?: Props;
context?: Record<string, unknown>;
context?: Map<any, any>;
hydrate?: boolean;
intro?: boolean;
$$inline?: boolean;

Loading…
Cancel
Save