Created OverlayPanel.d.ts
parent
cd2f396618
commit
6d8f9aa0f1
|
@ -0,0 +1,12 @@
|
|||
import Vue, { VNode } from 'vue';
|
||||
|
||||
export declare class OverlayPanel extends Vue {
|
||||
ismissable?: boolean;
|
||||
showCloseIcon?: boolean;
|
||||
appendTo?: string;
|
||||
baseZIndex?: number;
|
||||
autoZIndex?: boolean;
|
||||
$slots: {
|
||||
'': VNode[];
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue