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

9 lines 401 B
import type { LDP_ConfigParams, LDP_PresentParams, LDP_PriceUpdateParams } 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 declare function updatePrices(params: LDP_PriceUpdateParams): void; export * from './type'; //# sourceMappingURL=index.d.ts.map