react-native-rounded-checkbox
Version:
Rounded Checkbox with animated and fully customizable options library for React Native
12 lines (11 loc) • 450 B
TypeScript
import { ViewStyle, TextStyle } from "react-native";
export declare const _outerBorderWithStyle: (borderWidth: number) => ViewStyle;
export declare const _innerBorderWidthStyle: (backgroundColor: string) => ViewStyle;
export declare const _textColorStyle: (color: string) => TextStyle;
interface Style {
outerContainer: ViewStyle;
innerContainer: ViewStyle;
textStyle: TextStyle;
}
declare const _default: Style;
export default _default;