@rbxts/app-forge 0.3.2 → 0.3.3

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.
package/out/index.d.ts CHANGED
@@ -17,4 +17,4 @@ export default class AppForge {
17
17
  }
18
18
  export { App, Args };
19
19
  export { Render } from "./helpers";
20
- export type { MainProps } from "./types";
20
+ export type { MainProps, NameProps, Props } from "./types";
package/out/types.d.ts CHANGED
@@ -47,4 +47,7 @@ declare namespace Types {
47
47
  }
48
48
 
49
49
  export type MainProps = Types.MainProps;
50
+ export type NameProps = Types.NameProps;
51
+ export type Props = Types.ClassProps;
52
+
50
53
  export default Types;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rbxts/app-forge",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "An App Manager for react",
5
5
  "main": "out/init.lua",
6
6
  "packageManager": "bun@1.3.1",