gm-web-components
Version:
Web components for GamaSmart
21 lines (20 loc) • 506 B
TypeScript
export interface ImagesLogo {
title: string;
img: string;
destination: string;
}
export declare class GmAppComponent {
myObject: string;
myArray: string;
myInnerObject: object;
myInnerArray: Array<ImagesLogo>;
showModal: boolean;
img: string;
title: string;
destination: string;
componentWillLoad(): void;
componentDidLoad(): void;
parseMyArrayProp(newValue: string): void;
menuToggle: (e: any) => any;
render(): any[];
}