ov25-ui
Version:
A UI configurator for OV25 product visualization
8 lines (7 loc) • 368 B
TypeScript
import React from 'react';
export declare function useSwatchActions(): {
shouldShowSwatch: (isSelected: boolean, swatch: any) => boolean;
shouldShowSwatchOverlay: (isSelected: boolean, swatch: any) => boolean;
isSwatchSelectedFor: (swatch: any) => boolean;
getSwatchClickHandler: (isSelected: boolean, swatch: any) => (e: React.MouseEvent) => void;
};