mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Create types for player & view
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
import type {
|
||||
HybridView,
|
||||
HybridViewMethods,
|
||||
HybridViewProps,
|
||||
} from "react-native-nitro-modules";
|
||||
import type { OmniViewProps } from "../types/view";
|
||||
|
||||
export interface Props extends HybridViewProps, OmniViewProps {}
|
||||
|
||||
export type OmniView = HybridView<
|
||||
Props,
|
||||
HybridViewMethods,
|
||||
{ android: "kotlin" }
|
||||
>;
|
||||
Reference in New Issue
Block a user