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) 237 B
import { getPlugin } from './helper.js'; import { createSvgStr } from '../utils.js'; import { CalendarClock } from 'lucide'; const type = 'dateTime'; const icon = createSvgStr(CalendarClock); export default getPlugin({ type, icon });