UNPKG

@krmao/react-basic

Version:
8 lines (7 loc) 173 B
declare const BasicEnv: { getApiEnv: (serverContext?: any) => string; getDeploymentEnv: () => string; UAT: string; PROD: string; }; export default BasicEnv;