diff --git a/website/index.html b/website/index.html index bbe09030..f04c6ebf 100644 --- a/website/index.html +++ b/website/index.html @@ -671,8 +671,8 @@
Hyper will show a notification when your modules are
installed to ~/.hyper_plugins.
You can also take a look at + +
You can also take a look at Awesome Hyper for a curated list of plugins and resources.
@@ -785,6 +785,22 @@getTermProps
+ getTermGroupProps
Passes down props from <Terms>
+ to the <TermGroup> component. Must return
+ the composed props object.
uid |
+ TermGroup uid | +
parentProps |
+ Props form the parent component. | +
props |
+ The existing properties that will be + passed to the component. | +
getTermProps
+ Passes down props from <TermGroup>
to the <Term> component. Must return
the composed props object.