UNPKG

@freakycoder/react-native-empty-state

Version:

Empty State library which is fully customizable and simple for any state view use-cases

14 lines (13 loc) 390 B
import { ViewStyle, ImageStyle, TextStyle } from "react-native"; interface Style { container: ViewStyle; imageStyle: ImageStyle; buttonTextStyle: TextStyle; containerGlue: ViewStyle; titleTextStyle: TextStyle; descriptionTextStyle: TextStyle; descriptionContainer: ViewStyle; buttonStyle: ViewStyle; } declare const _default: Style; export default _default;