UNPKG

@hhgtech/hhg-components

Version:
8 lines (7 loc) 249 B
export declare class GAssets { baseDomain: string; subPath: string; getBaseDomain(): any; getAssetPath: (path: string, forceBaseDomain?: string, forceSubPath?: string) => string; } export declare const CommonGAssets: GAssets;