UNPKG

@zohodesk/dot

Version:

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

11 lines 310 B
import PropTypes from 'prop-types'; export const propTypes = { dataId: PropTypes.string, footerText: PropTypes.string, title: PropTypes.string, subtitle: PropTypes.string, information: PropTypes.string, onButtonClick: PropTypes.func, butttonText: PropTypes.string, children: PropTypes.string };