mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-23 11:50:15 +08:00
Work around incorrect property type for xtype in Sencha docs.
This commit is contained in:
Vendored
+2
-2
@@ -6100,7 +6100,7 @@ declare module Ext {
|
||||
/** [Config Option] (Number/String) */
|
||||
width?: any;
|
||||
/** [Config Option] (String[]) */
|
||||
xtype?: string[];
|
||||
xtype?: string;
|
||||
/** [Config Option] (Number) */
|
||||
zIndex?: number;
|
||||
/** [Method] Adds a CSS class or classes to this Component s rendered element
|
||||
@@ -6648,7 +6648,7 @@ declare module Ext.lib {
|
||||
/** [Config Option] (Number/String) */
|
||||
width?: any;
|
||||
/** [Config Option] (String[]) */
|
||||
xtype?: string[];
|
||||
xtype?: string;
|
||||
/** [Config Option] (Number) */
|
||||
zIndex?: number;
|
||||
/** [Method] Adds a CSS class or classes to this Component s rendered element
|
||||
|
||||
Reference in New Issue
Block a user