UNPKG

linkmore-design

Version:

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

23 lines (22 loc) β€’ 635 B
declare const useCoreOptions: ({ state, dispatch, props, previewRef }: { state: any; dispatch: any; props: any; previewRef: any; }) => { CoreMethods: { getVisible: () => any; getIsVideo: (url: any) => boolean; onClose: () => void; setTransform: (type: any) => void; beforeChange: (from: any, currentIndex: any) => void; afterChange: (currentIndex: any) => void; slickGoTo: (currentIndex: any) => void; slickNext: () => void; slickPrev: () => void; }; RefMethods: { getState: () => any; }; }; export default useCoreOptions;