UNPKG

@zohodesk/components

Version:

In this Package, we Provide Some Basic Components to Build Web App

25 lines 736 B
import PropTypes from 'prop-types'; export const CustomResponsiveSender_propTypes = { children: PropTypes.any.isRequired, domRefKey: PropTypes.string, responsiveId: PropTypes.string }; export const CustomResponsiveReceiver_propTypes = { children: PropTypes.func, domRefKey: PropTypes.string, eleRef: PropTypes.func, query: PropTypes.func, responsiveId: PropTypes.string }; export const ResponsiveSender_propTypes = { children: PropTypes.any.isRequired, domRefKey: PropTypes.string, responsiveId: PropTypes.string }; export const ResponsiveReceiver_propTypes = { children: PropTypes.func, domRefKey: PropTypes.string, eleRef: PropTypes.func, hiddenSizes: PropTypes.array, responsiveId: PropTypes.string };