UNPKG

@zohodesk/utils

Version:

DOT Utils Collection

7 lines 244 B
import PropTypes from 'prop-types'; export const automationPropsName = 'customId'; export default { customId: PropTypes.oneOfType([PropTypes.string, PropTypes.object]), customIdPrefix: PropTypes.string, customIdSuffix: PropTypes.string };