8 lines
213 B
TypeScript
8 lines
213 B
TypeScript
import { ExpoConfig } from './Config.types';
|
|
/**
|
|
* Should the bundler use .expo file extensions.
|
|
*
|
|
* @param exp
|
|
*/
|
|
export declare function isLegacyImportsEnabled(exp: Pick<ExpoConfig, 'sdkVersion'>): boolean;
|