Refactor #3922 - For AutoComplete

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 09:40:09 +03:00
parent 4c5d66f2de
commit 327cbbd9bc
4 changed files with 152 additions and 18 deletions

View file

@ -1,6 +1,7 @@
import { Plugin } from 'vue';
import { AccordionPassThroughOptions } from '../accordion';
import { AccordionTabPassThroughOptions } from '../accordiontab';
import { AutoCompletePassThroughOptions } from '../autocomplete';
import { AvatarPassThroughOptions } from '../avatar';
import { BadgePassThroughOptions } from '../badge';
import { BlockUIPassThroughOptions } from '../blockui';
@ -69,6 +70,7 @@ interface PrimeVueZIndexOptions {
interface PrimeVuePTOptions {
accordion?: AccordionPassThroughOptions;
accordiontab?: AccordionTabPassThroughOptions;
autocomplete?: AutoCompletePassThroughOptions;
avatar?: AvatarPassThroughOptions;
badge?: BadgePassThroughOptions;
blockui?: BlockUIPassThroughOptions;