UNPKG

@zohodesk/utils

Version:

Unified Component Library - Utils

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 };