UNPKG

tinacms

Version:

[![GitHub license](https://img.shields.io/github/license/tinacms/tinacms?color=blue)](https://github.com/tinacms/tinacms/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/tinacms.svg?style=flat)](https://www.npmjs.com/package/tinacms) [![Bui

12 lines (11 loc) 321 B
import * as React from 'react'; import { ColorFormat } from './color-formatter'; type WrappedFieldProps = any; interface Props { colorFormat: ColorFormat; userColors: string[]; widget?: 'sketch' | 'block'; input: WrappedFieldProps['input']; } export declare const ColorPicker: React.FC<Props>; export {};