Skip to content

Commit

Permalink
chore(docs): run typegen (#1010)
Browse files Browse the repository at this point in the history
Co-authored-by: simenandre <simenandre@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and simenandre authored Jun 12, 2023
1 parent a479e8d commit 1ab8e3c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ oidc-react

### AuthProvider

**AuthProvider**(`props`, `context?`): ``null`` \| `ReactElement`<`any`, `any`\>
**AuthProvider**(`props`, `context?`): `ReactNode`

#### Parameters

Expand All @@ -46,11 +46,11 @@ oidc-react

#### Returns

``null`` \| `ReactElement`<`any`, `any`\>
`ReactNode`

#### Defined in

node_modules/@types/react/index.d.ts:521
node_modules/@types/react/index.d.ts:556

___

Expand Down

0 comments on commit 1ab8e3c

Please sign in to comment.