vue-autocomplete-plugin
Version:
A simple, powerful, lightweight and customizable autocomplete tool programmed for Vue projects!
14 lines (13 loc) • 622 B
TypeScript
import type { CSSProperties } from 'vue';
interface IProps {
inputLabel: string;
inputLabelContainerClass?: string;
inputLabelContainerStyle?: CSSProperties;
inputLabelClass?: string;
inputLabelStyle?: CSSProperties;
ariaInputLabel?: string;
}
declare const _default: import("vue").DefineComponent<IProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<IProps> & Readonly<{}>, {
inputLabel: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;