You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 16, 2026. It is now read-only.
@@ -114,7 +114,9 @@ import MyComponent from './MyComponent'
114
114
115
115
### Descriptions
116
116
117
-
You can add descriptions for your props by adding a comment on the line above the prop. Note: Description comments must be in the format `/** Description */`.
117
+
You can add descriptions for your props by adding a comment on the line above the prop.
118
+
119
+
> Note: Description comments must be in the format `/** Description */`.
118
120
119
121
```js
120
122
MyComponent.propTypes= {
@@ -131,7 +133,7 @@ MyComponent.propTypes = {
131
133
132
134
## `useComponents`
133
135
134
-
Hook responsible for access the components map passed as a to the `<ComponentsProvider>` of your theme.
136
+
Hook responsible for accessing the components map passed as a prop to the `<ComponentsProvider>` of your theme.
135
137
136
138
```js
137
139
import { useComponents } from'docz'
@@ -205,7 +207,7 @@ export function useDocs(): Docs[]
0 commit comments