UNPKG

linkmore-design

Version:

🌈 πŸš€lmη»„δ»ΆεΊ“γ€‚πŸš€

15 lines (14 loc) β€’ 317 B
declare const useCoreOptions: ({ state, dispatch, props }: { state: any; dispatch: any; props: any; }) => { CoreMethds: { setTransform: (obj: any) => void; getCropImageAsync: () => Promise<any>; }; RefMethods: { imgURL: string; }; }; export default useCoreOptions;