UNPKG

@datalayer/core

Version:
11 lines (10 loc) 305 B
export declare const useLocationHandles: () => { accountHandle: string | undefined; spaceHandler: string | undefined; spaceHandle?: undefined; } | { accountHandle: string | undefined; spaceHandle: string | undefined; spaceHandler?: undefined; }; export default useLocationHandles;