UNPKG

stone-kit

Version:
5 lines (4 loc) 166 B
import { ILot } from '../../components/LotCard/ui/LotCard.types.ts'; declare const testLot: ILot; declare const testLotEmpty: ILot; export { testLot, testLotEmpty };