adjust docs

pull/4489/head
Conduitry 6 years ago
parent 7a54cbba69
commit 77c393e01c

@ -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
<input {...$$restProps}>
```
---
### Text expressions ### Text expressions

Loading…
Cancel
Save