19 lines
489 B
TypeScript
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.
|
|
*/
|