UNPKG

@tplc/business

Version:

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