Socket
Book a DemoInstallSign in
Socket

@ant-design/doc

Package Overview
Dependencies
Maintainers
9
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design/doc

## 简介

latest
Source
npmnpm
Version
1.0.6
Version published
Maintainers
9
Created
Source

@ant-design/doc

简介

@ant-design/doc 是一个提供 antd 技术栈所有文档的库。它可以用于为 AI 功能和 IDE 提供智能提示。

安装

你可以使用 npm 或者 yarn 来安装 @ant-design/doc

npm install @ant-design/doc

或者

yarn add @ant-design/doc

使用

安装完成后,你可以在你的 AI 应用程序或者 IDE 中导入该库并开始使用:

import { antdDocs } from '@ant-design/doc';

// 在这里使用库的函数...

文档

@ant-design/doc 库提供以下文档文件:

  • api:该文件夹包含 antd 技术栈的 API 文档。
  • docs:该文件夹包含有关使用 antd 的其他文档和指南。

请参考具体的文件和文件夹以获取相关文档。

作者

该库由 chenshuai2144 开发和维护。你可以通过 qixian.cs@outlook.com 联系他们,或者访问他们的 GitHub 主页 https://github.com/chenshuai2144

许可证

该库采用 MIT 许可证发布。请查看 LICENSE 文件获取更多详情。

感谢使用 @ant-design/doc!如果您有任何问题或需要进一步的帮助,请随时联系我们。

FAQs

Package last updated on 21 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts