mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-13 08:57:26 +08:00
Work around incorrect property type for xtype in Sencha docs.
This commit is contained in:
4
sencha_touch/SenchaTouch.d.ts
vendored
4
sencha_touch/SenchaTouch.d.ts
vendored
@@ -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