UNPKG

@eslam-elmeniawy/react-native-common-components

Version:

Common `ReactNative` components packed in library for usage in projects.

10 lines (8 loc) 287 B
// Component export. export { default as Checkbox, CheckboxComponent } from './Checkbox'; export { default as RadioButton, RadioButtonComponent } from './RadioButton'; // Type export. export type { Props as CheckboxProps, Props as RadioButtonProps, } from './CompoundButton.types';