UNPKG

gm-web-components

Version:

Web components for GamaSmart

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