UNPKG

@zohodesk/dot

Version:

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

16 lines 417 B
import PropTypes from 'prop-types'; export const PlusIcon_propTypes = { className: PropTypes.string, isRender: PropTypes.bool, isSymbol: PropTypes.bool }; export const SnippetIcon_propTypes = { className: PropTypes.string, isRender: PropTypes.bool, isSymbol: PropTypes.bool }; export const TemplateIcon_propTypes = { className: PropTypes.string, isRender: PropTypes.bool, isSymbol: PropTypes.bool };