We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
This is the TypeScript type declaration:
declare module 'exit-intent-quattro' { export interface Config { edges?: { top?: boolean; right?: boolean; bottom?: boolean; left?: boolean; }; threshold?: number; maxDisplays?: number; eventThrottle?: number; onExitIntent: () => void; } export default function ExitIntent(options?: Config): () => void; }
I wasn't able to configure rollup to convert this to an es module during build, so I had to exclude the type declaration from this project.
rollup
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This is the TypeScript type declaration:
I wasn't able to configure
rollup
to convert this to an es module during build, so I had to exclude the type declaration from this project.The text was updated successfully, but these errors were encountered: