UNPKG

@datacomvn/lunar-date-picker

Version:

A powerful React Native lunar date picker with timezone support, lazy loading, and native performance built on Nitro Modules

8 lines 303 B
import type { LDP_ConfigParams, LDP_PresentParams } from './type'; export declare function pickDate(params: LDP_PresentParams): void; /** * bắt buộc phải config nhé */ export declare function configure(config: LDP_ConfigParams): void; export * from './type'; //# sourceMappingURL=index.d.ts.map