UNPKG

@nova-ui/bits

Version:

SolarWinds Nova Framework

6 lines (5 loc) 330 B
import { InjectionToken } from "@angular/core"; import { IOptionedComponent } from "./types"; export declare const NUI_SELECT_V2_OPTION_PARENT_COMPONENT: InjectionToken<IOptionedComponent>; export declare const ANNOUNCER_OPEN_MESSAGE_SUFFIX = "options available"; export declare const ANNOUNCER_CLOSE_MESSAGE = "Dropdown closed";