МТ
Size: a a a
МТ
11
КС
МТ
МТ
PL
11
КС
U
A
11
КС
JD
AP
КС
import type { Seller } from './types';
должно работатьAP
JD
export * from './types';
import { Invoice, getInvoiceConfig } from './components/Invoice';
import type { Item, Buyer, Seller, Dates } from './components/Invoice';
import { Invoice, getInvoiceConfig, Item, Buyer, Seller, Dates } from './components/Invoice';такое возможно?
КС
JD
import { Invoice, getInvoiceConfig, type Item, type Buyer, type Seller, type Dates } from './components/Invoice';но это не работает
JD
import { Invoice, getInvoiceConfig } from './components/Invoice';
import type { Item, Buyer, Seller, Dates } from './components/Invoice';