@sanity/default-layout
Version:
The default layout components for Sanity
9 lines • 405 B
TypeScript
import React from 'react';
/**
* Simple component which conditionally appears over command list items to cancel
* existing :hover states for all child elements.
*
* It should only appear if hover capabilities are available (not on touch devices)
*/
export declare const PointerOverlay: React.ForwardRefExoticComponent<React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=PointerOverlay.d.ts.map