Skip to content

Commit

Permalink
npm run docs: build
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Silverstein committed Mar 25, 2019
1 parent 1c13a72 commit 1466b25
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions packages/element/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,14 @@ Checks if an object is a valid WPElement

`boolean`: true if objectToTest is a valid WPElement and false otherwise.

### lazy

[src/index.js#L1-L1](src/index.js#L1-L1)

**Related**

- <https://reactjs.org/docs/code-splitting.html#reactlazy>

### RawHTML

[src/index.js#L5-L5](src/index.js#L5-L5)
Expand Down Expand Up @@ -289,6 +297,14 @@ Serializes a React element to string.

Component that activates additional checks and warnings for its descendants.

### Suspense

[src/index.js#L1-L1](src/index.js#L1-L1)

**Related**

- <https://reactjs.org/docs/react-api.html#suspense>

### switchChildrenNodeName

[src/index.js#L1-L1](src/index.js#L1-L1)
Expand Down

0 comments on commit 1466b25

Please sign in to comment.