@nativetail/ui 0.1.9 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nativetail/ui",
3
- "version": "0.1.9",
3
+ "version": "0.2.0",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -32,7 +32,7 @@ type ZodFormBuilderProps<
32
32
  schema: T;
33
33
  inputs?: Partial<
34
34
  Record<
35
- keyof T,
35
+ keyof IValues,
36
36
  {
37
37
  render?: (props: {
38
38
  control: Control<IValues, any>;