f-react-native-schedule
Version:
Flexible scheduling library with more built-in features and enhanced customization options
20 lines (19 loc) • 409 B
TypeScript
declare const _default: {
container: {
width: number;
};
card: {
flex: number;
alignItems: "center";
justifyContent: "center";
height: number;
width: number;
borderRightWidth: number;
borderTopWidth: number;
borderColor: string;
};
hour: {
color: string;
};
};
export default _default;