/** * This code was generated by "react-native codegen-lib-harmony" */ import { Tag } from "@rnoh/react-native-openharmony/ts" export namespace RNCWebViewModule { export const NAME = 'RNCWebViewModule' as const export interface Spec { isFileUploadSupported(): Promise; shouldStartLoadWithLockIdentifier(shouldStart: boolean, lockIdentifier: number): void; } }