From 77c393e01cd26277d7457e0514f24b64439b1938 Mon Sep 17 00:00:00 2001 From: Conduitry Date: Mon, 9 Mar 2020 20:39:50 -0400 Subject: [PATCH] adjust docs --- site/content/docs/02-template-syntax.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/site/content/docs/02-template-syntax.md b/site/content/docs/02-template-syntax.md index af00d3da2a..ea36474bed 100644 --- a/site/content/docs/02-template-syntax.md +++ b/site/content/docs/02-template-syntax.md @@ -115,7 +115,13 @@ An element or component can have multiple spread attributes, interspersed with r --- -*`$$restProps`* references to props that are passed to a component which are not declared with `export`. It is useful for passing down attributes that are not expected as props. +*`$$restProps`* contains only the props which are *not* declared with `export`. It can be used to pass down other unknown attributes to an element in a component. + +```html + +``` + +--- ### Text expressions