@cbm-common/cbm-types 0.0.302 → 0.0.303
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/public-api.d.ts +3 -0
package/package.json
CHANGED
package/public-api.d.ts
CHANGED
|
@@ -609,3 +609,6 @@ export * from './lib/domain/models/model-vehicle.domain.model';
|
|
|
609
609
|
//#region brand vehicle domain repository
|
|
610
610
|
export * from './lib/domain/repositories/brand-vehicle.domain.repository';
|
|
611
611
|
export * from './lib/domain/models/brand-vehicle.domain.model';
|
|
612
|
+
|
|
613
|
+
//#region modal confirm
|
|
614
|
+
export * from './lib/components/model-vehicle/add/add';
|