Refactor #3922 - For SelectButton

This commit is contained in:
Bahadır Sofuoğlu 2023-05-06 22:56:50 +03:00
parent 802714768b
commit 73327316aa
7 changed files with 171 additions and 4 deletions

View file

@ -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;