NeoScan_Physician/app/theme/index.ts
2025-08-05 18:01:36 +05:30

19 lines
489 B
TypeScript

/*
* File: index.ts
* Description: Theme module exports for the Physician App
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export * from './colors';
export * from './typography';
export * from './spacing';
export * from './shadows';
export * from './animations';
export * from './theme';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/