UNPKG
@questionable-focus/stationery-cupboard
Version:
latest (0.1.0)
0.1.0
A collection of business document templates for React applications
@questionable-focus/stationery-cupboard
/
dist
/
components
/
documents
/
invoice
/
template.d.ts
4 lines
(3 loc)
•
121 B
TypeScript
View Raw
1
2
3
4
import
React
from
"react"
;
import
{
InvoiceProps
}
from
"./types"
;
export
declare
const
Invoice
:
React
.
FC
<
InvoiceProps
>;