UNPKG

tav-ui

Version:
11 lines (8 loc) 253 B
import { propTypes } from '../../../utils/propTypes2.mjs'; const strengthMeterProps = { value: propTypes.string, showInput: propTypes.bool.def(true), disabled: propTypes.bool }; export { strengthMeterProps }; //# sourceMappingURL=types2.mjs.map