@react-native-ohos/react-native-textinput-maxlength-fixed
Version:
fix TextInput's maxLength bug when using a non-English input method.
15 lines (10 loc) • 356 B
text/typescript
/**
* This code was generated by "react-native codegen-lib-harmony"
*/
import { Tag } from "@rnoh/react-native-openharmony/ts"
export namespace TextInputMaxlengthFixedTurboModule {
export const NAME = 'TextInputMaxlengthFixedTurboModule' as const
export interface Spec {
multiply(a: number, b: number): Promise<number>;
}
}