import { MessageUtils } from "../../flow/utils" import PropTypes from 'prop-types' DownloadContentButton.propTypes = { flow: PropTypes.object.isRequired, message: PropTypes.object.isRequired, } export default function DownloadContentButton({ flow, message }) { return ( ) } '>
aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_thermal_printer.md
blob: 3f496646d4266bafabb0d18927830c3ec493eaf0 (plain)
1
2
3
4
5
6
7
8
9
10