UNPKG

@bitrix24/b24ui-nuxt

Version:

Bitrix24 UI-Kit for developing web applications REST API for NUXT & VUE

9 lines (8 loc) 697 B
import type { SelectMenuProps, SelectMenuItem } from '../../types'; export interface ColorModeSelectProps extends Omit<SelectMenuProps<SelectMenuItem[]>, 'icon' | 'items' | 'modelValue'> { } declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<ColorModeSelectProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ColorModeSelectProps> & Readonly<{}>, { searchInput: boolean | Omit<import("../Input.vue").InputProps, "modelValue" | "defaultValue">; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;