vue-devui
Version:
DevUI components based on Vite and Vue3
6 lines (5 loc) • 313 B
TypeScript
import { InjectionKey } from 'vue';
import { SelectContext, OptionGroupContext } from './select-types';
export declare const SELECT_TOKEN: InjectionKey<SelectContext>;
export declare const OPTION_GROUP_TOKEN: InjectionKey<OptionGroupContext>;
export declare const escapeStringRegexp: (string?: string) => string;