UNPKG

react-gnome

Version:

## Getting Started

18 lines (17 loc) 423 B
declare class AppResource { private origin; private appID; private uid; constructor(origin: string, appID: string); get name(): string; get fullPath(): string; get resourceString(): string; } export declare class AppResources { private appID; private resources; constructor(appID: string); registerResource(origin: string): AppResource; getAll(): AppResource[]; } export {};