@scalar/api-client
Version:
the open source API testing client
13 lines • 583 B
TypeScript
type __VLS_Props = {
activeColor: string;
selector?: boolean;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
select: (color: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onSelect?: ((color: string) => any) | undefined;
}>, {
selector: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=EnvironmentColors.vue.d.ts.map