UNPKG

@zag-js/date-picker

Version:

Core logic for the date-picker widget implemented as a state machine

7 lines (4 loc) 188 B
import { DateValue } from '@zag-js/date-utils'; declare function parse(value: string | Date): DateValue; declare function parse(value: string[] | Date[]): DateValue[]; export { parse };