17 lines
481 B
TypeScript
17 lines
481 B
TypeScript
/*
|
|
* File: index.ts
|
|
* Description: Navigation exports for AI Prediction module
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { default as AIPredictionStackNavigator } from './AIPredictionStackNavigator';
|
|
export * from './navigationTypes';
|
|
export * from './navigationUtils';
|
|
|
|
/*
|
|
* End of File: index.ts
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|