UNPKG

@knora/action

Version:
18 lines (17 loc) 328 B
/** * @ignore */ export declare class AdminImageConfig { /** * default-project-logo */ static defaultProject: string; /** * default-user-avatar icon */ static defaultUser: string; /** * default "not found" image in case of 404 error */ static defaultNotFound: string; }