Skip to content

Commit

Permalink
docs(useTitle): refine Hook API
Browse files Browse the repository at this point in the history
  • Loading branch information
vikiboss committed Jun 21, 2024
1 parent 783de52 commit 43d961a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
9 changes: 0 additions & 9 deletions scripts/generate-dependencies-graph.ts

This file was deleted.

2 changes: 1 addition & 1 deletion src/use-title/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import { Source } from '@/components'
## API

```tsx
const initialTitle = useTitle(newTitle, options)
const restore = useTitle(newTitle, options)
```

### NewTitle
Expand Down

0 comments on commit 43d961a

Please sign in to comment.