react-native-lunar-calendars
Version:
React Native Calendar Components with Lunar Calendar Support - Fork of react-native-calendars with Vietnamese lunar calendar functionality
23 lines (22 loc) • 539 B
TypeScript
export default function platformStyles(appStyle: any): {
knob: {
width: number;
height: number;
marginTop: number;
borderRadius: number;
backgroundColor: any;
};
weekdays: {
position: string;
left: number;
right: number;
top: number;
flexDirection: string;
justifyContent: string;
paddingLeft: number;
paddingRight: number;
paddingTop: number;
paddingBottom: number;
backgroundColor: any;
};
};