import { mergeProps } from 'solid-js' import { HslColor } from '../../types' interface Props { hsl: HslColor } export default function PhotoshopPointerCircle(_props: Props) { const props = mergeProps({}, _props) return (