(withPath: string)
| 38 | } |
| 39 | |
| 40 | function useDoc(withPath: string) { |
| 41 | const pluginData = usePluginData(pluginName) as ComponentDocsPluginData; |
| 42 | return pluginData?.docs?.[withPath]; |
| 43 | } |
| 44 | |
| 45 | export default useDoc; |
no outgoing calls
no test coverage detected
searching dependent graphs…