7 lines
198 B
TypeScript
7 lines
198 B
TypeScript
import type { DayPickerLocale } from "../classes/DateLib.js";
|
|
/**
|
|
* Central Kurdish (Sorani) locale extended with DayPicker-specific
|
|
* translations.
|
|
*/
|
|
export declare const ckb: DayPickerLocale;
|