UNPKG

rsuite

Version:

A suite of react components

5 lines (4 loc) 136 B
/** * Extracts the time format from a given date format. */ export declare function extractTimeFormat(format: string): string | null;