mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 13:10:58 +00:00
6 lines
164 B
TypeScript
6 lines
164 B
TypeScript
export declare const getMonthWithOptions: import("./types.ts").FPFn2<
|
|
number,
|
|
import("../getMonth.ts").GetMonthOptions | undefined,
|
|
string | number | Date
|
|
>;
|