mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-19 06:10:31 +00:00
feat: estimate, receipt, credit note mail preview
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import {
|
||||
ReceiptPaperTemplate,
|
||||
ReceiptPaperTemplateProps,
|
||||
} from '../components/ReceiptPaperTemplate';
|
||||
import { renderSSR } from './render-ssr';
|
||||
|
||||
export const renderReceiptPaperTemplateHtml = (
|
||||
props: ReceiptPaperTemplateProps
|
||||
) => {
|
||||
return renderSSR(<ReceiptPaperTemplate {...props} />);
|
||||
};
|
||||
Reference in New Issue
Block a user