mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Components added. Build issues fixed
This commit is contained in:
parent
5b66ed1093
commit
18c3721848
344 changed files with 12446 additions and 8758 deletions
8
components/dynamicdialog/DynamicDialog.d.ts
vendored
8
components/dynamicdialog/DynamicDialog.d.ts
vendored
|
@ -2,15 +2,15 @@ import { ClassComponent, GlobalComponentConstructor } from '../ts-helpers';
|
|||
|
||||
export interface DynamicDialogProps {}
|
||||
|
||||
export declare type DynamicDialogEmits = {}
|
||||
export declare type DynamicDialogEmits = {};
|
||||
|
||||
export interface DynamicDialogSlots {}
|
||||
|
||||
declare class DynamicDialog extends ClassComponent<DynamicDialogProps, DynamicDialogSlots, DynamicDialogEmits> { }
|
||||
declare class DynamicDialog extends ClassComponent<DynamicDialogProps, DynamicDialogSlots, DynamicDialogEmits> {}
|
||||
|
||||
declare module '@vue/runtime-core' {
|
||||
interface GlobalComponents {
|
||||
DynamicDialog: GlobalComponentConstructor<DynamicDialog>
|
||||
DynamicDialog: GlobalComponentConstructor<DynamicDialog>;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -20,7 +20,7 @@ declare module '@vue/runtime-core' {
|
|||
*
|
||||
* Demos:
|
||||
*
|
||||
* - [DynamicDialog](https://www.primefaces.org/primevue/showcase/#/dynamicdialog)
|
||||
* - [DynamicDialog](https://www.primefaces.org/primevue/dynamicdialog)
|
||||
*
|
||||
*/
|
||||
export default DynamicDialog;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue