import React from 'react'; import clsx from 'classnames'; import { FormatNumber, T, TotalLines, TotalLine } from '../../../components'; import { useBillDrawerContext } from './BillDrawerProvider'; import BillDrawerCls from 'style/components/Drawers/BillDrawer.module.scss'; /** * Bill read-only details footer. */ export function BillDetailFooter() { const { bill } = useBillDrawerContext(); return (