Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 6, 2023
1 parent d671cb5 commit 29a858e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/interfaces/ModalProps.md
Expand Up @@ -9,6 +9,7 @@

- [children](ModalProps.md#children)
- [close](ModalProps.md#close)
- [height](ModalProps.md#height)
- [open](ModalProps.md#open)
- [setOpen](ModalProps.md#setopen)

Expand All @@ -34,6 +35,12 @@ ___

___

### height

`Optional` **height**: `number`

___

### open

**open**: `boolean`
Expand Down
5 changes: 1 addition & 4 deletions docs/modules.md
Expand Up @@ -441,17 +441,14 @@ ___

### useSoulnames

**useSoulnames**(`masa?`, `walletAddress?`, `identity?`): `Object`
**useSoulnames**(`masa?`, `walletAddress?`): `Object`

#### Parameters

| Name | Type |
| :------ | :------ |
| `masa?` | `default` |
| `walletAddress?` | `string` |
| `identity?` | `Object` |
| `identity.address?` | `string` |
| `identity.identityId?` | `BigNumber` |

#### Returns

Expand Down

0 comments on commit 29a858e

Please sign in to comment.