mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Checkbox
This commit is contained in:
parent
8e6068e26b
commit
9dcb0daa01
4 changed files with 70 additions and 4 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -12,6 +12,7 @@ import { CardPassThroughOptions } from '../card';
|
|||
import { CarouselPassThroughOptions } from '../carousel';
|
||||
import { CascadeSelectPassThroughOptions } from '../cascadeselect';
|
||||
import { ChartPassThroughOptions } from '../chart';
|
||||
import { CheckboxPassThroughOptions } from '../checkbox';
|
||||
import { ChipPassThroughOptions } from '../chip';
|
||||
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
|
||||
import { ConfirmPopupPassThroughOptions } from '../confirmpopup';
|
||||
|
@ -82,6 +83,7 @@ interface PrimeVuePTOptions {
|
|||
carousel?: CarouselPassThroughOptions;
|
||||
cascadeselect?: CascadeSelectPassThroughOptions;
|
||||
chart?: ChartPassThroughOptions;
|
||||
checkbox?: CheckboxPassThroughOptions;
|
||||
chip?: ChipPassThroughOptions;
|
||||
confirmdialog?: ConfirmDialogPassThroughOptions;
|
||||
confirmpopup?: ConfirmPopupPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue