mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For RadioButton
This commit is contained in:
parent
26cbc4dc4c
commit
7000136a6a
4 changed files with 70 additions and 5 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue