UNPKG

@zextras/carbonio-shell-ui

Version:

The Zextras Carbonio web client

7 lines (6 loc) 217 B
import type React from 'react'; export declare function useLogo(): string | React.ComponentType; /** * Hook useful to know if is Carbonio CE or not */ export declare function useIsCarbonioCE(): boolean | undefined;