Refactor #3924 - For Timeline

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-10 10:28:34 +03:00
parent 66f615ad71
commit 6587650287
4 changed files with 66 additions and 7 deletions

View file

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