@blueprintjs/select
Version:
Components related to selecting items from a list
11 lines (10 loc) • 502 B
TypeScript
export declare const MULTISELECT: string;
export declare const MULTISELECT_POPOVER: string;
export declare const MULTISELECT_TAG_INPUT_INPUT: string;
export declare const OMNIBAR: string;
export declare const OMNIBAR_OVERLAY: string;
/** @deprecated this class name is not rendered by any component in this package */
export declare const SELECT: string;
export declare const SELECT_POPOVER: string;
export declare const SELECT_MATCH_TARGET_WIDTH: string;
export declare const SUGGEST_POPOVER: string;