d8da552100851b9d9f19121d4a7dac7134389be7d10573fb9267b0b9ecbabae2286141c78e60f01156ec1a436d161512a9e2007705c1f0a6ddea4c0cc9d337 280 B

12345678910
  1. import { ElementUIComponent } from './component'
  2. /** Dropdown Select Option Group Component */
  3. export declare class ElOptionGroup extends ElementUIComponent {
  4. /** Name of the group */
  5. label: string
  6. /** Whether to disable all options in this group */
  7. disabled: boolean
  8. }