Skip to content

Commit

Permalink
chore: code tag
Browse files Browse the repository at this point in the history
  • Loading branch information
coding-ice committed Apr 22, 2024
1 parent 464d165 commit c51f3d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/hooks/src/useProState/index.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ The hook that manage state, providing the ability to set, get the latest value,

### Get the latest value

<code src="./demo/demo1.tsx" />
<code src="./demo/demo1.tsx"></code>

### Merge and reset

<code src="./demo/demo2.tsx" />
<code src="./demo/demo2.tsx"></code>

## API

Expand Down
4 changes: 2 additions & 2 deletions packages/hooks/src/useProState/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ nav:

### 获取最新值

<code src="./demo/demo1.tsx" />
<code src="./demo/demo1.tsx"></code>

### 合并与重置

<code src="./demo/demo2.tsx" />
<code src="./demo/demo2.tsx"></code>

## API

Expand Down

0 comments on commit c51f3d1

Please sign in to comment.