UNPKG

react-day-picker

Version:

Customizable Date Picker for React

4 lines (3 loc) 187 B
import { Matcher } from '../../../types/Matchers'; /** Normalize to array a matcher input. */ export declare function matcherToArray(matcher: Matcher | Matcher[] | undefined): Matcher[];