@scalar/api-client
Version:
the open source API testing client
22 lines • 1.53 kB
TypeScript
import { type ThemeId } from '@scalar/themes';
type __VLS_Props = {
/** Currently active proxy URL, when set to null means no proxy */
activeProxyUrl?: string | null;
/** Custom proxy url, when set to null means no custom proxy */
customProxyUrl?: string | null;
/** Currently active theme ID */
activeThemeId: ThemeId;
/** Currently active color mode */
colorMode: 'system' | 'light' | 'dark';
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
"update:colorMode": (value: "dark" | "light" | "system") => any;
"update:proxyUrl": (value: string | null) => any;
"update:themeId": (value: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none") => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
"onUpdate:colorMode"?: ((value: "dark" | "light" | "system") => any) | undefined;
"onUpdate:proxyUrl"?: ((value: string | null) => any) | undefined;
"onUpdate:themeId"?: ((value: "default" | "alternate" | "moon" | "purple" | "solarized" | "bluePlanet" | "deepSpace" | "saturn" | "kepler" | "elysiajs" | "fastify" | "mars" | "laserwave" | "none") => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=CollectionSettings.vue.d.ts.map