UNPKG

payload-lucide-picker

Version:

A custom field for Payload CMS that allows you to select and configure Lucide icons in your admin panel

12 lines (9 loc) 242 B
import React from 'react'; type IconSelectFieldProps = { path: string; field: { label: string; }; }; declare const IconSelectField: React.FC<IconSelectFieldProps>; export { IconSelectField, IconSelectField as default };