@zohodesk/dot
Version:
In this Library, we Provide Some Basic Components to Build Your Application
11 lines • 322 B
JavaScript
import PropTypes from 'prop-types';
export const Timer_propTypes = {
dataId: PropTypes.string,
amPm: PropTypes.string,
hour: PropTypes.string,
minute: PropTypes.string,
needCharacter: PropTypes.bool,
second: PropTypes.string,
separator: PropTypes.oneOf(['space', 'colon']),
timerFormat: PropTypes.string
};