UNPKG

@zohodesk/dot

Version:

In this Library, we Provide Some Basic Components to Build Your Application

12 lines 334 B
import PropTypes from 'prop-types'; export const propTypes = { link: PropTypes.string, onClose: PropTypes.func, isOpened: PropTypes.bool, closeText: PropTypes.string, isEmbeddedLink: PropTypes.bool, testId: PropTypes.string, customId: PropTypes.string, videoFormat: PropTypes.string, customStyle: PropTypes.object };