4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
import { ConfigPlugin } from '@expo/config-plugins';
|
|
export declare const withExpoUpdates: ConfigPlugin;
|
|
export default withExpoUpdates;
|