@itwin/presentation-components
Version:
React components based on iTwin.js Presentation library
9 lines • 408 B
TypeScript
import type { useUnifiedSelectionContext } from "@itwin/unified-selection-react";
/**
* A hook that can be used to acquire the unified selection context, coming from the
* optional `@itwin/unified-selection-react` peer dependency.
*
* @internal
*/
export declare function useOptionalUnifiedSelectionContext(): ReturnType<typeof useUnifiedSelectionContext>;
//# sourceMappingURL=UnifiedSelection.d.ts.map