UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

8 lines (7 loc) 282 B
import SearchComponent from '../search/component.js'; declare class MobileSearchComponent extends SearchComponent { protected templateUrl: string | null; protected styleUrls: string[] | null; template: () => import("uhtml").Hole; } export default MobileSearchComponent;