Skip to content

Commit

Permalink
👮 添加缺失的tableColumn类型
Browse files Browse the repository at this point in the history
  • Loading branch information
higuaifan committed May 29, 2022
1 parent f2c6a65 commit 3f37e1d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/components/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ import form from "../../lib/template/form/WForm";
import formItem from "../../lib/template/form/WFormItem";
import pagination from "../../lib/template/pagination/WPagination";
import table from "../../lib/template/table/WTable";
import tableColumn from "../../lib/template/table/WTableColumn";

export type keyType = any;

Expand Down Expand Up @@ -69,3 +70,4 @@ export declare const WForm: typeof form;
export declare const WFormItem: typeof formItem;
export declare const WPagination: typeof pagination;
export declare const WTable: typeof table;
export declare const WTableColumn: typeof tableColumn;

0 comments on commit 3f37e1d

Please sign in to comment.