mirror of
http://36.133.248.69:3088/admin/RentWeAppFront.git
synced 2026-03-08 09:52:26 +08:00
init
This commit is contained in:
14
node_modules/date-fns/locale/_lib/buildFormatLongFn.d.mts
generated
vendored
Normal file
14
node_modules/date-fns/locale/_lib/buildFormatLongFn.d.mts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
import type { FormatLongFn, FormatLongWidth } from "../types.js";
|
||||
export interface BuildFormatLongFnArgs<
|
||||
DefaultMatchWidth extends FormatLongWidth,
|
||||
> {
|
||||
formats: Partial<{
|
||||
[format in FormatLongWidth]: string;
|
||||
}> & {
|
||||
[format in DefaultMatchWidth]: string;
|
||||
};
|
||||
defaultWidth: DefaultMatchWidth;
|
||||
}
|
||||
export declare function buildFormatLongFn<
|
||||
DefaultMatchWidth extends FormatLongWidth,
|
||||
>(args: BuildFormatLongFnArgs<DefaultMatchWidth>): FormatLongFn;
|
||||
Reference in New Issue
Block a user