Refactor #3922 - For RadioButton

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-05 18:20:34 +03:00
parent 26cbc4dc4c
commit 7000136a6a
4 changed files with 70 additions and 5 deletions

View file

@ -45,6 +45,7 @@ import { PanelMenuPassThroughOptions } from '../panelmenu';
import { PasswordPassThroughOptions } from '../password';
import { ProgressBarPassThroughOptions } from '../progressbar';
import { ProgressSpinnerPassThroughOptions } from '../progressspinner';
import { RadioButtonPassThroughOptions } from '../radiobutton';
import { ScrollPanelPassThroughOptions } from '../scrollpanel';
import { ScrollTopPassThroughOptions } from '../scrolltop';
import { SidebarPassThroughOptions } from '../sidebar';
@ -126,6 +127,7 @@ interface PrimeVuePTOptions {
password?: PasswordPassThroughOptions;
progressbar?: ProgressBarPassThroughOptions;
progressspinner?: ProgressSpinnerPassThroughOptions;
radiobutton?: RadioButtonPassThroughOptions;
scrollpanel?: ScrollPanelPassThroughOptions;
scrolltop?: ScrollTopPassThroughOptions;
sidebar?: SidebarPassThroughOptions;