UNPKG

@geogirafe/lib-geoportal

Version:

GeoGirafe is a flexible application to build online geoportals.

8 lines (7 loc) 265 B
import OauthComponent from '../auth/component.js'; export default class MobileOauthComponent extends OauthComponent { protected templateUrl: string | null; protected styleUrls: string[] | null; template: () => import("uhtml").Hole; constructor(); }