This commit is contained in:
8
node_modules/slate-react/dist/hooks/android-input-manager/use-android-input-manager.d.ts
generated
vendored
Normal file
8
node_modules/slate-react/dist/hooks/android-input-manager/use-android-input-manager.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import { RefObject } from 'react';
|
||||
import { CreateAndroidInputManagerOptions } from './android-input-manager';
|
||||
declare type UseAndroidInputManagerOptions = {
|
||||
node: RefObject<HTMLElement>;
|
||||
} & Omit<CreateAndroidInputManagerOptions, 'editor' | 'onUserInput' | 'receivedUserInput'>;
|
||||
export declare function useAndroidInputManager({ node, ...options }: UseAndroidInputManagerOptions): import("./android-input-manager").AndroidInputManager | null;
|
||||
export {};
|
||||
//# sourceMappingURL=use-android-input-manager.d.ts.map
|
||||
Reference in New Issue
Block a user