@scalar/api-client
Version:
the open source API testing client
14 lines • 679 B
TypeScript
import type { ClientLayout } from '../../hooks/useLayout.js';
type __VLS_Props = {
inputId: string;
placeholder: string;
value: string | undefined;
layout?: ClientLayout;
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & {
updateValue: (value: string) => any;
}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{
onUpdateValue?: ((value: string) => any) | undefined;
}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=LabelInput.vue.d.ts.map