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 246 B
import { getPlugin } from './helper.js'; import { createSvgStr } from '../utils.js'; import { Clock } from 'lucide'; const type = 'time'; const icon = createSvgStr(Clock); export default getPlugin({ type, icon }); //# sourceMappingURL=time.js.map