UNPKG

@bothub-chat/ui

Version:

Bothub UI Components

6 lines (5 loc) 173 B
import { Locale } from '../types'; export declare const useInfoDate: (date?: string | number | null, locale?: Locale) => { weekdays: string[]; monthDays: Date[]; };