Skip to content

Commit

Permalink
Types: add missing CheckboxButton export (ElemeFE#10666)
Browse files Browse the repository at this point in the history
  • Loading branch information
Leopoldthecoder committed Apr 17, 2018
1 parent 395d0cf commit dce26c4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions types/element-ui.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import { ElCarousel } from './carousel'
import { ElCarouselItem } from './carousel-item'
import { ElCascader } from './cascader'
import { ElCheckbox } from './checkbox'
import { ElCheckboxButton } from './checkbox-button'
import { ElCheckboxGroup } from './checkbox-group'
import { ElCol } from './col'
import { ElCollapse } from './collapse'
Expand Down Expand Up @@ -145,6 +146,9 @@ export class CarouselItem extends ElCarouselItem {}
/** Checkbox Component */
export class Checkbox extends ElCheckbox {}

/** Checkbox Button Component */
export class CheckboxButton extends ElCheckboxButton {}

/** Checkbox Group Component */
export class CheckboxGroup extends ElCheckboxGroup {}

Expand Down

0 comments on commit dce26c4

Please sign in to comment.