react-docgen-annotation-resolver
Parse @component annotated export as a react component.
const myComponent = () => (
<h1>Component</h1>
);
/**
* @component
*/
export default myComponent;
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииReact Взаимодействие с пользователем Веб-фреймворки |
| Группа | Группаorg.webjars.npm |
| Идентификатор | Идентификаторreact-docgen-annotation-resolver |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеreact-docgen-annotation-resolver
WebJar for react-docgen-annotation-resolver
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-docgen-annotation-resolver/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-docgen-annotation-resolver</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-docgen-annotation-resolver/
implementation 'org.webjars.npm:react-docgen-annotation-resolver:1.1.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-docgen-annotation-resolver/
implementation ("org.webjars.npm:react-docgen-annotation-resolver:1.1.0")
'org.webjars.npm:react-docgen-annotation-resolver:jar:1.1.0'
<dependency org="org.webjars.npm" name="react-docgen-annotation-resolver" rev="1.1.0">
<artifact name="react-docgen-annotation-resolver" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-docgen-annotation-resolver', version='1.1.0')
)
libraryDependencies += "org.webjars.npm" % "react-docgen-annotation-resolver" % "1.1.0"
[org.webjars.npm/react-docgen-annotation-resolver "1.1.0"]
Parse @component annotated export as a react component.
const myComponent = () => (
<h1>Component</h1>
);
/**
* @component
*/
export default myComponent;