UNPKG

@nouance/payload-better-fields-plugin

Version:

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

9 lines (8 loc) 262 B
import type { TextFieldClientProps } from 'payload'; import './styles.css'; type SlugComponentProps = { checkboxFieldPath: string; fieldToUse: string; } & TextFieldClientProps; export declare const SlugComponent: React.FC<SlugComponentProps>; export {};