UNPKG

@esri/calcite-components

Version:

Web Components for Esri's Calcite Design System.

18 lines (17 loc) 403 B
import { VNode } from "../../stencil-public-runtime"; export declare class CalciteOptionGroup { /** * When true, it prevents selection from any of its associated options. */ disabled: boolean; /** * The group label. This property is required. */ label: string; protected handlePropChange(): void; /** * @internal */ private calciteOptionGroupChange; render(): VNode; }