UNPKG

gm-web-components

Version:

Web components for GamaSmart

9 lines (8 loc) 233 B
import { FunctionalComponent } from "../../stencil.core"; interface HelloProps { img: string; title: string; destination: string; } export declare const ImageComponent: FunctionalComponent<HelloProps>; export {};