Skip to content

Commit c05e284

Browse files
committed
- (Image) Prettier.
1 parent dd76925 commit c05e284

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

docs/image.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -317,8 +317,8 @@ Invoked when load completes successfully.
317317

318318
**Example:** `onLoad={({nativeEvent: {source: {width, height}}}) => setImageRealSize({width, height})}`
319319

320-
| Type |
321-
| ------------------------------------------------ |
320+
| Type |
321+
| ----------------------------------------------------------------- |
322322
| ({ nativeEvent: [ImageLoadEvent](image#imageloadevent) }) => void |
323323

324324
---
@@ -574,18 +574,19 @@ Object returned in the `onLoad` callback.
574574

575575
**Properties:**
576576

577-
| Name | Type | Description |
578-
| ------ | ------ | ------------------------------------------------------------ |
579-
| source | object | The [source object](#source-object) |
577+
| Name | Type | Description |
578+
| ------ | ------ | ----------------------------------- |
579+
| source | object | The [source object](#source-object) |
580580

581581
#### Source Object
582+
582583
**Properties:**
583584

584585
| Name | Type | Description |
585586
| ------ | ------ | ------------------------------------------------------------ |
586587
| width | number | The width of loaded image. |
587588
| height | number | The height of loaded image. |
588-
| uri | string | A string representing the resource identifier for the image. |
589+
| uri | string | A string representing the resource identifier for the image. |
589590

590591
### ImageSource
591592

0 commit comments

Comments
 (0)