File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
packages/ui/src/components/form Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11'use client' ;
22
3- import { ComputedField } from 'skyroc- form' ;
3+ import { ComputedField } from '@ skyroc/ form' ;
44
55import FormField from './FormField' ;
66import type { FormComputedFieldProps } from './types' ;
Original file line number Diff line number Diff line change 11'use client' ;
22
3+ import type { AllPathsKeys } from '@skyroc/form' ;
4+ import { Field , useFieldError } from '@skyroc/form' ;
35import { useId } from 'react' ;
4- import type { AllPathsKeys } from 'skyroc-form' ;
5- import { Field , useFieldError } from 'skyroc-form' ;
66
77import FormDescription from './FormDescription' ;
88import FormItem from './FormItem' ;
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export {
1111 useSelector ,
1212 useUndoRedo ,
1313 useWatch
14- } from 'skyroc- form' ;
14+ } from '@ skyroc/ form' ;
1515
1616export type {
1717 Action as FormAction ,
@@ -24,7 +24,7 @@ export type {
2424 Rule ,
2525 SubscribeMaskOptions ,
2626 ValidateMessages
27- } from 'skyroc- form' ;
27+ } from '@ skyroc/ form' ;
2828
2929export { default as FormComputedField } from './FormComputedField' ;
3030export { default as FormField } from './FormField' ;
Original file line number Diff line number Diff line change 1+ import type { ComputedFieldProps , FieldProps } from '@skyroc/form' ;
12import type { ComponentProps , ElementType , ReactNode } from 'react' ;
2- import type { ComputedFieldProps , FieldProps } from 'skyroc-form' ;
33
44import type { BaseNodeProps , ClassValue } from '@/types/other' ;
55
You can’t perform that action at this time.
0 commit comments