mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Textarea
This commit is contained in:
parent
9353013410
commit
0873281f2a
4 changed files with 45 additions and 2 deletions
4
components/lib/config/PrimeVue.d.ts
vendored
4
components/lib/config/PrimeVue.d.ts
vendored
|
@ -48,10 +48,10 @@ import { ProgressSpinnerPassThroughOptions } from '../progressspinner';
|
|||
import { RadioButtonPassThroughOptions } from '../radiobutton';
|
||||
import { ScrollPanelPassThroughOptions } from '../scrollpanel';
|
||||
import { ScrollTopPassThroughOptions } from '../scrolltop';
|
||||
import { SelectButtonPassThroughOptions } from '../selectbutton';
|
||||
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';
|
||||
|
@ -59,6 +59,7 @@ import { TabPanelPassThroughOptions } from '../tabpanel';
|
|||
import { TabViewPassThroughOptions } from '../tabview';
|
||||
import { TagPassThroughOptions } from '../tag';
|
||||
import { TerminalPassThroughOptions } from '../terminal';
|
||||
import { TextareaPassThroughOptions } from '../textarea';
|
||||
import { TieredMenuPassThroughOptions } from '../tieredmenu';
|
||||
import { ToastPassThroughOptions } from '../toast';
|
||||
import { ToolbarPassThroughOptions } from '../toolbar';
|
||||
|
@ -143,6 +144,7 @@ interface PrimeVuePTOptions {
|
|||
tabview?: TabViewPassThroughOptions;
|
||||
tag?: TagPassThroughOptions;
|
||||
terminal?: TerminalPassThroughOptions;
|
||||
textarea?: TextareaPassThroughOptions;
|
||||
tieredmenu?: TieredMenuPassThroughOptions;
|
||||
toast?: ToastPassThroughOptions;
|
||||
toolbar?: ToolbarPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue