UNPKG

@zag-js/date-utils

Version:

Date utilities for zag.js

7 lines (4 loc) 183 B
import { DateValue } from './types.mjs'; import '@internationalized/date'; declare function getEraFormat(date: DateValue | undefined): "short" | undefined; export { getEraFormat };