UNPKG

@pdfme/schemas

Version:

TypeScript base PDF generator and React base UI. Open source, developed by the community, and completely free to use under the MIT license!

10 lines (6 loc) 223 B
import { getPlugin } from './helper.js'; import { createSvgStr } from '../utils.js'; import { Calendar } from 'lucide'; const type = 'date'; const icon = createSvgStr(Calendar); export default getPlugin({ type, icon });