6 lines
158 B
TypeScript
6 lines
158 B
TypeScript
import { ConfigPlugin } from '../../Plugin.types';
|
|
export declare const withUpdates: ConfigPlugin<{
|
|
expoUsername: string;
|
|
}>;
|
|
export default withUpdates;
|