UNPKG

@innovixx/payload-color-picker-field

Version:

The Payload Color Picker that enables an easy color selection field for your Payload projects.

5 lines (4 loc) 179 B
import React from 'react'; import type { ColorPickerInputProps } from './types.js'; import './index.scss'; export declare const ColorPickerInput: React.FC<ColorPickerInputProps>;