UNPKG

@scalar/api-client

Version:

the open source API testing client

24 lines 1.26 kB
import { type Theme } from '@scalar/themes'; type ColorMode = 'system' | 'light' | 'dark'; type __VLS_Props = { /** Currently active proxy URL, when set to null means no proxy */ activeProxyUrl?: string | null; /** Custom themes available to the team */ customThemes?: Theme[]; /** Currently active theme ID */ activeThemeSlug?: string; /** Currently active color mode */ colorMode: ColorMode; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:colorMode": (value: ColorMode) => any; "update:proxyUrl": (value: string | null) => any; "update:themeSlug": (value: string | undefined) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:colorMode"?: ((value: ColorMode) => any) | undefined; "onUpdate:proxyUrl"?: ((value: string | null) => any) | undefined; "onUpdate:themeSlug"?: ((value: string | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default; //# sourceMappingURL=CollectionSettings.vue.d.ts.map