react-native-epic-calendar
Version:
A react native library to make beatiful calendars in your app.
5 lines (4 loc) • 560 B
TypeScript
/// <reference types="styled-components-react-native" />
export declare const Container: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
export declare const DayContainer: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
export declare const DayText: import("styled-components").StyledComponent<typeof import("react-native").Text, import("styled-components").DefaultTheme, {}, never>;