mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3922 - For AutoComplete
This commit is contained in:
parent
4c5d66f2de
commit
327cbbd9bc
4 changed files with 152 additions and 18 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue