some *.d.ts error

This commit is contained in:
Rookie_Zoe 2018-11-09 17:06:05 +08:00
parent b7d7c4ad05
commit 3571341031
2 changed files with 3 additions and 3 deletions

View file

@ -53,7 +53,7 @@ export { Spin } from './spin';
export { Steps, StepsStep } from './steps';
export { Switch, Switch as ISwitch } from './switch';
export { Table, TableColumn, TableRenderCreateElementData, TableColumnRenderParams, TableRenderCreateElementResult, TableColumnRenderHeadParams, TableExportCsvParams } from './table';
export { Tabs, TabsPane } from './tabs';
export { Tabs, TabPane } from './tabs';
export { Tag } from './tag';
export { Time } from './time';
export { Timeline, TimelineItem } from './timeline';

2
types/modal.d.ts vendored
View file

@ -172,7 +172,7 @@ export declare interface ModalConfig {
/**
* 使 content
*/
render?: () => void;
render?: (h?) => void;
/**
* px
* @default 416