mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For Tree
This commit is contained in:
parent
6a4226a4e0
commit
e10c1cf988
5 changed files with 158 additions and 19 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -63,6 +63,7 @@ import { TextareaPassThroughOptions } from '../textarea';
|
|||
import { TieredMenuPassThroughOptions } from '../tieredmenu';
|
||||
import { ToastPassThroughOptions } from '../toast';
|
||||
import { ToolbarPassThroughOptions } from '../toolbar';
|
||||
import { TreePassThroughOptions } from '../tree';
|
||||
import { VirtualScrollerPassThroughOptions } from '../virtualscroller';
|
||||
|
||||
interface PrimeVueConfiguration {
|
||||
|
@ -148,6 +149,7 @@ interface PrimeVuePTOptions {
|
|||
tieredmenu?: TieredMenuPassThroughOptions;
|
||||
toast?: ToastPassThroughOptions;
|
||||
toolbar?: ToolbarPassThroughOptions;
|
||||
tree?: TreePassThroughOptions;
|
||||
virtualscroller?: VirtualScrollerPassThroughOptions;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue