File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 2626 "typescript" : " tsc --noEmit" ,
2727 "lint" : " eslint \" **/*.{js,ts,tsx}\" " ,
2828 "prepare" : " bob build" ,
29- "release" : " release-it" ,
29+ "release" : " dotenv release-it --ci -- " ,
3030 "example" : " yarn --cwd example" ,
3131 "pods" : " cd example && pod-install --quiet" ,
3232 "bootstrap" : " yarn example && yarn && yarn pods"
Original file line number Diff line number Diff line change 1- export {
2- default as useFormState ,
3- FormTextInputProps ,
4- FormRawProps ,
5- } from './useFormState' ;
1+ export type { FormTextInputProps , FormRawProps } from './useFormState' ;
2+ export { default as useFormState } from './useFormState' ;
63export { default as Form } from './Form' ;
74export { default as ScrollView } from './ScrollView' ;
85export type { ErrorUtility , BooleanUtility } from './types' ;
9-
106export type { TranslationsType } from './translations/utils' ;
117export {
128 registerTranslation ,
You can’t perform that action at this time.
0 commit comments