react-native-nitro-in-app-browser
Version:
13 lines • 451 B
TypeScript
export type NitroInAppBrowserDismissButtonLabel = 'cancel' | 'done' | 'close';
export declare enum NitroInAppBrowserPresentationStyle {
PageSheet = "pageSheet",
FormSheet = "formSheet",
FullScreen = "fullScreen"
}
export interface NitroInAppBrowserOptions {
dismissButtonLabel?: NitroInAppBrowserDismissButtonLabel;
presentationStyle?: string;
barColor?: string;
controlColor?: string;
}
//# sourceMappingURL=types.d.ts.map