Invoice
Package: @tesserix/native
Import
import { Invoice } from '@tesserix/native'Related types
InvoiceProps,InvoiceItem
Source
- Component:
packages/native/src/components/Invoice/Invoice.tsx - Story:
packages/native/src/components/Invoice/Invoice.stories.tsx - Test:
packages/native/src/components/Invoice/Invoice.test.tsx
Status
- Exported from package entry: Yes
- Component implementation file: Present
Example
import { Invoice } from '@tesserix/native'
export function DemoInvoice() {
return <Invoice />
}