0.0.8 • Published 9 months ago

org-for-api-post v0.0.8

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

org-for-api-post

Install

$ 

Usage

import 'antd/dist/antd.css';
import com from 'org-for-api-post';
export default function HomePage() {
  const { AddTeam, AddProject } = com

  return (
    <div>
      <AddTeam open={} onCancel={} />
      <AddProject open={} projectId={} onCancel={} />
    </div>
  );
}
参数说明类型
open对话框是否可见boolean
onCancel对话框关闭回调function(e)
projectId项目idstring
0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago