mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3922 - For Editor
This commit is contained in:
parent
be019a10dd
commit
aaae9162be
4 changed files with 110 additions and 33 deletions
2
components/lib/config/PrimeVue.d.ts
vendored
2
components/lib/config/PrimeVue.d.ts
vendored
|
@ -23,6 +23,7 @@ import { DeferredContentPassThroughOptions } from '../deferredcontent';
|
|||
import { DialogPassThroughOptions } from '../dialog';
|
||||
import { DividerPassThroughOptions } from '../divider';
|
||||
import { DockPassThroughOptions } from '../dock';
|
||||
import { EditorPassThroughOptions } from '../editor';
|
||||
import { FieldsetPassThroughOptions } from '../fieldset';
|
||||
import { FileUploadPassThroughOptions } from '../fileupload';
|
||||
import { GalleriaPassThroughOptions } from '../galleria';
|
||||
|
@ -97,6 +98,7 @@ interface PrimeVuePTOptions {
|
|||
dialog?: DialogPassThroughOptions;
|
||||
dock?: DockPassThroughOptions;
|
||||
dynamicdialog?: DialogPassThroughOptions;
|
||||
editor?: EditorPassThroughOptions;
|
||||
fieldset?: FieldsetPassThroughOptions;
|
||||
fileupload?: FileUploadPassThroughOptions;
|
||||
galleria?: GalleriaPassThroughOptions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue