Skip to content

Commit d4f2ba8

Browse files
committed
remove unused prop type
1 parent 4f834c5 commit d4f2ba8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Window/RNWindow.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import { QMainWindow, NodeWidget, FlexLayout } from "@nodegui/nodegui";
22
import { setViewProps, ViewProps, RNView } from "../View/RNView";
33
import { RNWidget } from "../config";
44

5-
export interface WindowProps extends ViewProps {
6-
centralWidgetProps?: ViewProps;
7-
}
5+
export interface WindowProps extends ViewProps {}
86

97
const setWindowProps = (
108
window: RNWindow,

0 commit comments

Comments
 (0)