Skip to content

Commit

Permalink
fix(types): Add the CellItem component to index.d.ts (didi#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
smilecc authored and xxyan0205 committed Jan 8, 2019
1 parent b863eb5 commit 626e807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export class Agree extends MandComponent { }
export class Button extends MandComponent { }
export class Captcha extends MandComponent { }
export class Cashier extends MandComponent { }
export class CellItem extends MandComponent { }
export class Chart extends MandComponent { }
export class Codebox extends MandComponent { }
export class CheckGroup extends MandComponent { }
Expand Down

0 comments on commit 626e807

Please sign in to comment.