UNPKG

@patternfly/elements

Version:
6 lines (5 loc) 174 B
import type { Context } from '@lit/context'; export interface PfDropdownContext { disabled: boolean; } export declare const context: Context<unknown, PfDropdownContext>;