UNPKG

@accelint/design-toolkit

Version:

An open-source component library to serve as part of the entire ecosystem of UX for Accelint.

8 lines (5 loc) 169 B
import { ComponentPropsWithRef } from 'react'; type ClockProps = ComponentPropsWithRef<'time'> & { formatter?: Intl.DateTimeFormat; }; export type { ClockProps };