Skip to content

Commit

Permalink
修复已知内容,添加更多定制参数
Browse files Browse the repository at this point in the history
  • Loading branch information
SystemLight committed Aug 22, 2020
1 parent e079c24 commit 24df2a0
Show file tree
Hide file tree
Showing 18 changed files with 429 additions and 722 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,5 +85,3 @@ function App() {
);
}
```

![SHOW](./show.png)
2 changes: 2 additions & 0 deletions dist/formItem.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import { IRenderFormItem } from "./interface";
export declare const FInputNumber: IRenderFormItem;
1 change: 1 addition & 0 deletions dist/formItem.umd.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion dist/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/// <reference types="react" />
import "./style.less";
import React from "react";
import { IEditTableProps, IDefaultRecordType } from "./interface";
export declare const EditableContext: React.Context<any>;
export default function EditTable<RT extends IDefaultRecordType>(props: IEditTableProps<RT>): JSX.Element;
290 changes: 0 additions & 290 deletions dist/index.jsx

This file was deleted.

2 changes: 1 addition & 1 deletion dist/index.umd.js

Large diffs are not rendered by default.

Loading

0 comments on commit 24df2a0

Please sign in to comment.