UNPKG

@veccu/react-calendar

Version:

Headless Calendar UI Library with react hooks

5 lines (4 loc) 154 B
import { DateCell } from '../models'; export default function withKeyProps(keyPrefix: string): <T extends DateCell>(cell: T) => T & { key: string; };