UNPKG

@nouance/payload-better-fields-plugin

Version:

A Payload plugin that aims to provide improved fields for the admin panel

8 lines (7 loc) 259 B
import type { TextFieldClientProps } from 'payload'; import React from 'react'; import type { Config } from './index.js'; import './styles.css'; type Props = Config & TextFieldClientProps; export declare const ColourTextComponent: React.FC<Props>; export {};