UNPKG

@uiw/react-color-saturation

Version:
9 lines (8 loc) 291 B
import React from 'react'; export interface PointerProps extends React.HTMLAttributes<HTMLDivElement> { prefixCls?: string; top?: string; left: string; color?: string; } export declare const Pointer: ({ className, color, left, top, prefixCls }: PointerProps) => JSX.Element;