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