mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For SelectButton
This commit is contained in:
parent
802714768b
commit
73327316aa
7 changed files with 171 additions and 4 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -51,6 +51,7 @@ import { ScrollTopPassThroughOptions } from '../scrolltop';
|
|||
import { SidebarPassThroughOptions } from '../sidebar';
|
||||
import { SkeletonPassThroughOptions } from '../skeleton';
|
||||
import { SpeedDialPassThroughOptions } from '../speeddial';
|
||||
import { SelectButtonPassThroughOptions } from '../selectbutton';
|
||||
import { SplitButtonPassThroughOptions } from '../splitbutton';
|
||||
import { SplitterPassThroughOptions } from '../splitter';
|
||||
import { TabMenuPassThroughOptions } from '../tabmenu';
|
||||
|
@ -133,6 +134,7 @@ interface PrimeVuePTOptions {
|
|||
sidebar?: SidebarPassThroughOptions;
|
||||
skeleton?: SkeletonPassThroughOptions;
|
||||
speeddial?: SpeedDialPassThroughOptions;
|
||||
selectbutton?: SelectButtonPassThroughOptions;
|
||||
splitbutton?: SplitButtonPassThroughOptions;
|
||||
splitter?: SplitterPassThroughOptions;
|
||||
steps?: PanelMenuPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue