1.0.1 • Published 10 months ago

fe-funs v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

tools

组件库 dumi 文档:

组件库线上文档地址:

tools 包目录规范

src
  ├── index.ts                  # 函数库源码的入口文件
  ├── packageA
  │    ├── __tests__            # 单元测试文件夹
  │    │   └──index.tests.ts    # 单元测试代码
  │    ├── demo                 # demo 文件夹
  │    │   └── base.tsx         # demo 组件
  │    ├── index.ts             # 函数 A 源码文件
  │    └── index.md             # 函数 A 使用文档

函数 A 使用文档 规范

---

category: Components
title: 函数 A
toc: content
group:
title: 通用
order: 1

---

# 函数名称 `packageA`

## 介绍

- 函数 packageA 介绍.

## 示例

<code src="./demo/base.tsx">基础用法</code>

APi

  packageA(): string

Options

参数说明类型返回值
--stringstring
1.0.1

10 months ago

1.0.0

10 months ago

0.0.1

1 year ago