react-docgen-annotation-resolver

WebJar for react-docgen-annotation-resolver

Лицензия

Лицензия

MIT
Категории

Категории

React Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

react-docgen-annotation-resolver
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

react-docgen-annotation-resolver
WebJar for react-docgen-annotation-resolver
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/Jmeyering/react-docgen-annotation-resolver

Скачать 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Build Status code style: prettier

react-docgen-annotation-resolver

Parse @component annotated export as a react component.

const myComponent = () => (
  <h1>Component</h1>
);

/**
 * @component
 */
export default myComponent;

Версии библиотеки

Версия
1.1.0