Skip to content

Commit

Permalink
Rebuild docs
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Mar 2, 2024
1 parent f104887 commit cb9d0ed
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions packages/edit-site/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ _Parameters_

_Returns_

- `WPComponent`: The component to be rendered.
- `Component`: The component to be rendered.

### PluginSidebar

Expand Down Expand Up @@ -212,7 +212,7 @@ _Parameters_

_Returns_

- `WPComponent`: The component to be rendered.
- `Component`: The component to be rendered.

### PluginTemplateSettingPanel

Expand All @@ -233,12 +233,16 @@ const MyTemplateSettingTest = () => (

_Returns_

- `WPComponent`: The component to be rendered.
- `Component`: The component to be rendered.

### reinitializeEditor

Undocumented declaration.

### store

Undocumented declaration.

<!-- END TOKEN(Autogenerated API docs) -->

## Contributing to this package
Expand Down

0 comments on commit cb9d0ed

Please sign in to comment.