mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 23:40:57 +00:00
6 lines
170 B
TypeScript
6 lines
170 B
TypeScript
export declare const getQuarterWithOptions: import("./types.ts").FPFn2<
|
|
number,
|
|
import("../getQuarter.ts").GetQuarterOptions | undefined,
|
|
string | number | Date
|
|
>;
|