UNPKG

@tplc/business

Version:

12 lines (11 loc) 241 B
declare const useSyncForm: ({ dynamicScope, visibleScope, }: { dynamicScope?: string visibleScope?: string }) => { syncForm: (params: Record<string, any>) => void form: import('vue').ComputedRef<any> } export default useSyncForm