UNPKG

@doku-dev/doku-fragment

Version:

A new Angular UI library that moving away from Bootstrap and built from scratch.

6 lines (5 loc) 125 B
export type DateResult = string | null; export type DateRangeResult = { start: string | null; end: string | null; };