alan
4 years ago
2 changed files with 11 additions and 0 deletions
@ -0,0 +1,8 @@
|
||||
import { Single } from "../single"; |
||||
|
||||
export declare class Img extends Single { |
||||
static xtype: string; |
||||
|
||||
setSrc(src: string): void; |
||||
getSrc(): string; |
||||
} |
Loading…
Reference in new issue