Refactor #3922 - For ColorPicker

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 12:53:13 +03:00
parent 46f8eca9f3
commit d5ebfd3175
4 changed files with 93 additions and 9 deletions

View file

@ -15,6 +15,7 @@ import { ChartPassThroughOptions } from '../chart';
import { CheckboxPassThroughOptions } from '../checkbox';
import { ChipPassThroughOptions } from '../chip';
import { ChipsPassThroughOptions } from '../chips';
import { ColorPickerPassThroughOptions } from '../colorpicker';
import { ConfirmDialogPassThroughOptions } from '../confirmdialog';
import { ConfirmPopupPassThroughOptions } from '../confirmpopup';
import { ContextMenuPassThroughOptions } from '../contextmenu';
@ -87,6 +88,7 @@ interface PrimeVuePTOptions {
checkbox?: CheckboxPassThroughOptions;
chip?: ChipPassThroughOptions;
chips?: ChipsPassThroughOptions;
colorpicker?: ColorPickerPassThroughOptions;
confirmdialog?: ConfirmDialogPassThroughOptions;
confirmpopup?: ConfirmPopupPassThroughOptions;
contextmenu?: ContextMenuPassThroughOptions;