UNPKG

@sheetxl/models

Version:

Models - A Headless javascript spreadsheet library.

12 lines 353 B
export default ModelPathResolver; declare class ModelPathResolver { constructor(jsonRoot: any); _jsonRoot: any; getJsonForPath(pathParts: any): any; getRootForProperty(property: any): { instance: any; path: any[]; }; getPersistedValueProperty(property: any): any; } //# sourceMappingURL=ModelPathResolver.d.ts.map