mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +00:00
Refactor #3924 - For Timeline
This commit is contained in:
parent
66f615ad71
commit
6587650287
4 changed files with 66 additions and 7 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -70,6 +70,7 @@ import { TagPassThroughOptions } from '../tag';
|
|||
import { TerminalPassThroughOptions } from '../terminal';
|
||||
import { TextareaPassThroughOptions } from '../textarea';
|
||||
import { TieredMenuPassThroughOptions } from '../tieredmenu';
|
||||
import { TimelinePassThroughOptions } from '../timeline';
|
||||
import { ToastPassThroughOptions } from '../toast';
|
||||
import { ToolbarPassThroughOptions } from '../toolbar';
|
||||
import { TreePassThroughOptions } from '../tree';
|
||||
|
@ -166,6 +167,7 @@ interface PrimeVuePTOptions {
|
|||
terminal?: TerminalPassThroughOptions;
|
||||
textarea?: TextareaPassThroughOptions;
|
||||
tieredmenu?: TieredMenuPassThroughOptions;
|
||||
timeline?: TimelinePassThroughOptions;
|
||||
toast?: ToastPassThroughOptions;
|
||||
toolbar?: ToolbarPassThroughOptions;
|
||||
tree?: TreePassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue