UNPKG

@grafana/ui

Version:

Grafana Components Library

9 lines (8 loc) 287 B
import React from 'react'; interface ColorPickerTriggerProps { onClick: () => void; onMouseLeave: () => void; color: string; } export declare const ColorPickerTrigger: React.ForwardRefExoticComponent<ColorPickerTriggerProps & React.RefAttributes<HTMLDivElement>>; export {};