fix tables in mobile
This commit is contained in:
parent
b8e8afffa8
commit
810228c442
7 changed files with 77 additions and 49 deletions
|
|
@ -83,7 +83,7 @@ Specifies how the value of a computed stream is generated. See [combining stream
|
|||
|
||||
Argument | Type | Required | Description
|
||||
------------ | -------------------- | -------- | ---
|
||||
`streams...` | splat of `Stream`s | No | Splat of zero or more streams that correspond to the streams passed as the second argument to [`stream.combine`](#stream-combine)
|
||||
`streams...` | splat of `Streams` | No | Splat of zero or more streams that correspond to the streams passed as the second argument to [`stream.combine`](#stream-combine)
|
||||
`changed` | `Array<Stream>` | Yes | List of streams that were affected by an update
|
||||
**returns** | `any` | | Returns a computed value
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue