mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 14:20:12 +00:00
Fix ej.web.all Compilation issue
This commit is contained in:
4
types/ej.web.all/index.d.ts
vendored
4
types/ej.web.all/index.d.ts
vendored
@@ -7732,7 +7732,7 @@ declare namespace ej {
|
||||
*/
|
||||
enableRTL?: boolean;
|
||||
|
||||
/** The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set "showHeader" as true since the favicon will be displayed in the dialog
|
||||
/** The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set "showHeader" as true since the favicon will be displayed in the dialog
|
||||
* header.
|
||||
*/
|
||||
faviconCSS?: string;
|
||||
@@ -7791,7 +7791,7 @@ declare namespace ej {
|
||||
*/
|
||||
target?: string;
|
||||
|
||||
/** The title text to be displayed in the dialog header. In order to set title, you need to set showHeader as true since the title will be displayed in the dialog header.
|
||||
/** The title text to be displayed in the dialog header. In order to set title, you need to set "showHeader" as true since the title will be displayed in the dialog header.
|
||||
*/
|
||||
title?: string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user