import { QWidget, WindowState, QCursor, CursorShape, QIcon, WidgetEventTypes, QWidgetSignals, QLayout, QObjectSignals } from "@nodegui/nodegui"; import { NativeRawPointer } from "@nodegui/nodegui/dist/lib/core/Component"; import { RNWidget, RNProps } from "../config"; /** * The View component can be used to encapsulate other components and provide structure. * It functions similar to a div in the web world. It is based on * [NodeGui's QWidget](https://docs.nodegui.org/docs/api/generated/classes/QWidget). * ## Example * ```javascript *import React from "react"; *import { Renderer, Button, Window, View } from "./index"; *const App = () => { * return ( * * *