This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
mobile-app/src/libs/native-base/index.ts
2021-04-04 14:31:01 +02:00

5 lines
158 B
TypeScript

export * from './components';
export { default as variables } from './variables/platform';
export * from './variables/types';
export * from './useVariables';