UNPKG

react-obsidian

Version:

Dependency injection framework for React and React Native applications

7 lines 308 B
export default class GraphProperties { private unmangledToMangledPropKeys; add(mangledPropertyKey: string, unmangledPropertyKey: string): void; getMangledProperty(unmangledProperty: string): string | undefined; getMangledProperties(): string[]; } //# sourceMappingURL=GraphProperties.d.ts.map