@datacomvn/lunar-date-picker
Version:
A powerful React Native lunar date picker with timezone support, lazy loading, and native performance built on Nitro Modules
11 lines • 457 B
TypeScript
import type { HybridObject } from 'react-native-nitro-modules';
import type { LDP_ConfigParams, LDP_PresentParams, LDP_PriceUpdateParams } from './type';
export interface LunarDatePicker extends HybridObject<{
ios: 'swift';
android: 'kotlin';
}> {
present(params: LDP_PresentParams): void;
configure(config: LDP_ConfigParams): void;
updatePrices(params: LDP_PriceUpdateParams): void;
}
//# sourceMappingURL=LunarDatePicker.nitro.d.ts.map