UNPKG
lbx-invoice
Version:
latest (7.0.1)
7.0.1
7.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Provides functionality around generating invoices.
lbx-invoice
/
dist
/
lbx-invoice.component.d.ts
9 lines
(8 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
{
Binding
,
Component
}
from
'@loopback/core'
;
/** * Provides out of the box invoice functionality. */
export
declare
class
LbxInvoiceComponent
implements
Component
{
bindings
:
Binding
[];
constructor
(
); }