mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Chips
This commit is contained in:
parent
7db93eb073
commit
38a8f2c3e7
4 changed files with 97 additions and 5 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -14,6 +14,7 @@ import { CascadeSelectPassThroughOptions } from '../cascadeselect';
|
|||
import { ChartPassThroughOptions } from '../chart';
|
||||
import { CheckboxPassThroughOptions } from '../checkbox';
|
||||
import { ChipPassThroughOptions } from '../chip';
|
||||
import { ChipsPassThroughOptions } from '../chips';
|
||||
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
|
||||
import { ConfirmPopupPassThroughOptions } from '../confirmpopup';
|
||||
import { ContextMenuPassThroughOptions } from '../contextmenu';
|
||||
|
@ -85,6 +86,7 @@ interface PrimeVuePTOptions {
|
|||
chart?: ChartPassThroughOptions;
|
||||
checkbox?: CheckboxPassThroughOptions;
|
||||
chip?: ChipPassThroughOptions;
|
||||
chips?: ChipsPassThroughOptions;
|
||||
confirmdialog?: ConfirmDialogPassThroughOptions;
|
||||
confirmpopup?: ConfirmPopupPassThroughOptions;
|
||||
contextmenu?: ContextMenuPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue