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

10 lines 379 B
import type { HybridObject } from 'react-native-nitro-modules'; import type { LDP_ConfigParams, LDP_PresentParams } from './type'; export interface LunarDatePicker extends HybridObject<{ ios: 'swift'; android: 'kotlin'; }> { present(params: LDP_PresentParams): void; configure(config: LDP_ConfigParams): void; } //# sourceMappingURL=LunarDatePicker.nitro.d.ts.map