UNPKG

@instawork/design-system

Version:

The design system for Instawork's web apps

9 lines (8 loc) 202 B
import { DateTime, Duration } from 'luxon'; export * from './time-input.component'; declare global { interface Window { DateTime: typeof DateTime; Duration: typeof Duration; } }