@rbxts/app-forge 0.6.0-alpha.1 → 0.6.0-alpha.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +1,3 @@
1
+ import React from "@rbxts/react";
1
2
  import Types from "./types";
2
- export declare function Render(props: Types.NameProps & Types.MainProps): import("@rbxts/react").ReactElement<{
3
- key: string;
4
- ZIndexBehavior: Enum.ZIndexBehavior.Sibling;
5
- ResetOnSpawn: boolean;
6
- }, string | import("@rbxts/react").JSXElementConstructor<any>> | import("@rbxts/react").ReactElement<{
7
- key: string;
8
- BackgroundTransparency: number;
9
- Size: UDim2;
10
- }, string | import("@rbxts/react").JSXElementConstructor<any>> | (import("@rbxts/react").ReactElement<{
11
- key: string;
12
- ZIndexBehavior: Enum.ZIndexBehavior.Sibling;
13
- ResetOnSpawn: boolean;
14
- }, string | import("@rbxts/react").JSXElementConstructor<any>> | import("@rbxts/react").ReactElement<{
15
- key: string;
16
- BackgroundTransparency: number;
17
- Size: UDim2;
18
- }, string | import("@rbxts/react").JSXElementConstructor<any>>)[];
3
+ export declare function Render(props: Types.NameProps & Types.MainProps): React.ReactNode;
@@ -1,2 +1,3 @@
1
+ import Vide from "@rbxts/vide";
1
2
  import Types from "./types";
2
- export declare function Render(props: Types.NameProps & Types.MainProps): ScreenGui | Frame | (ScreenGui | Frame)[];
3
+ export declare function Render(props: Types.NameProps & Types.MainProps): Vide.Node;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.6.0-alpha.1",
3
+ "version": "0.6.0-alpha.2",
4
4
  "description": "An App Manager for react",
5
5
  "main": "out/init.lua",
6
6
  "packageManager": "bun@1.3.1",