UNPKG

linkmore-design

Version:

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

16 lines (15 loc) β€’ 330 B
declare const useCoreOptions: ({ state, dispatch, props }: { state: any; dispatch: any; props: any; }) => { CoreMethods: { onOpen: () => void; onClose: () => void; }; RefMethods: { getState: () => any; onUpdate: (rest?: {}) => void; }; }; export default useCoreOptions;