@enable-tech/shared-types
Version:
This package represents the single source of truth of the Types being used in the codebase (front-end and back-end) of enable.tech, It is an organization-scoped package. So, all the development teams belonging to it can participate to enhance it.
23 lines • 757 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
// !NOTE: react-native types to be added on mobile
// export interface M_I_CustomInputProps extends TextInputProps {
// name: string;
// control: Control<any>;
// rules:
// | Omit<
// RegisterOptions<FieldValues, any>,
// 'valueAsNumber' | 'valueAsDate' | 'setValueAs' | 'disabled'
// >
// | undefined;
// placeholder?: string;
// label?: string;
// errors: FieldErrors<any>;
// isPassword?: boolean;
// style?: StyleProp<TextStyle>;
// isCustomPhoneNumberInput?: boolean;
// ref?: React.RefObject<TextInput>;
// keyboardType?: KeyboardTypeOptions;
// isNoLabelMarginTopNeeded?: boolean;
// }
//# sourceMappingURL=index.js.map