@platformbuilders/react-native-ui
Version:
Platform Builders Shared Components Library
17 lines • 637 B
TypeScript
import DefaultCheckbox from 'react-native-check-box';
export declare const Wrapper: import("styled-components").StyledComponent<typeof import("react-native").View, import("styled-components").DefaultTheme, {}, never>;
export declare const defaultLabelStyle: {
fontSize: number;
color: string;
opacity: number;
};
export declare const containerStyle: {
marginBottom: number;
};
declare type Props = {
testID: string;
accessibilityLabel: string;
};
export declare const CheckBox: import("styled-components").StyledComponent<typeof DefaultCheckbox, any, Props, never>;
export {};
//# sourceMappingURL=styles.d.ts.map