fmtEvent.d.ts 108 B

1
  1. export default function fmtEvent(props: Record<string, any>, e?: Record<string, any>): Record<string, any>;