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!

7 lines 252 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 }); //# sourceMappingURL=date.js.map