UNPKG

@blackbaud/skyux-lib-stache

Version:

This library was generated with [Nx](https://nx.dev).

13 lines (12 loc) 456 B
import * as i0 from "@angular/core"; type JSON_DATA = any; export declare class StacheJsonDataService { #private; constructor(jsonData?: JSON_DATA); getAll(): JSON_DATA; getByName(name: string): JSON_DATA; getNestedData(keys: string[]): JSON_DATA | undefined; static ɵfac: i0.ɵɵFactoryDeclaration<StacheJsonDataService, [{ optional: true; }]>; static ɵprov: i0.ɵɵInjectableDeclaration<StacheJsonDataService>; } export {};