({ content: docs, actions })
| 81 | return docs; |
| 82 | }, |
| 83 | async contentLoaded({ content: docs, actions }) { |
| 84 | // Store component docs global data so it can be used in `PropsTable` component. |
| 85 | actions.setGlobalData({ |
| 86 | docs, |
| 87 | }); |
| 88 | }, |
| 89 | }; |
| 90 | } |
| 91 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…