mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: paper template customize
This commit is contained in:
@@ -94,7 +94,11 @@ PaperTemplate.MutedText = () => {};
|
||||
|
||||
PaperTemplate.Text = () => {};
|
||||
|
||||
PaperTemplate.Address = ({ items }: { items: Array<string> }) => {
|
||||
PaperTemplate.Address = ({
|
||||
items,
|
||||
}: {
|
||||
items: Array<string | React.ReactNode>;
|
||||
}) => {
|
||||
return (
|
||||
<Stack spacing={0}>
|
||||
{items.map((item, index) => (
|
||||
|
||||
Reference in New Issue
Block a user