Skip to content

Commit

Permalink
fix: fix element3.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
yunbo committed Nov 10, 2020
1 parent 37cdd5d commit 05b0e60
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions types/element3.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export { ElCascader } from './cascader'
export { ElCheckbox } from './checkbox'
export { ElCheckboxButton } from './checkbox-button'
export { ElCheckboxGroup } from './checkbox-group'
export { ElRow } from './row'
export { ElCol } from './col'

import { ElCollapse } from './collapse'
Expand Down Expand Up @@ -53,7 +54,6 @@ import { ElRate } from './rate'
import { ElRadio } from './radio'
import { ElRadioButton } from './radio-button'
import { ElRadioGroup } from './radio-group'
import { ElRow } from './row'
import { ElSelect } from './select'
import { ElSlider } from './slider'
import { ElStep } from './step'
Expand Down Expand Up @@ -206,9 +206,6 @@ export class RadioButton extends ElRadioButton {}
/** Radio Group Component */
export class RadioGroup extends ElRadioGroup {}

/** Row Layout Component */
export class Row extends ElRow {}

/** Dropdown Select Component */
export class Select extends ElSelect {}

Expand Down

0 comments on commit 05b0e60

Please sign in to comment.