GraphInvoice
Import
import { GraphInvoice } from 'markgraphy';Basic usage
<GraphInvoice
title="example"
/>Props
| Prop | Type | Default | Description |
|---|---|---|---|
title | string | — | — |
from? | InvoiceParty | — | — |
to? | InvoiceParty | — | — |
meta? | InvoiceMeta[] | — | — |
items | InvoiceItem[] | — | — |
totals? | InvoiceTotal[] | — | — |
note? | string | — | — |
corner? | string | — | — |
class? | string | '' | — |
Exported types
InvoicePartyInvoiceMetaInvoiceItemInvoiceTotalGraphInvoiceProps