formidable-webview / webshell

🔥 Craft Robust React Native WebView-based components with ease.
https://formidable-webview.github.io/webshell/
MIT License
101 stars 4 forks source link

Unused interface definition in HandleLinkPressFeature.ts example #20

Open dlee opened 1 month ago

dlee commented 1 month ago

In the HandleLinkPressFeature.ts example for building a Feature Class, the LinkPressOptions interface is defined but never used.

export interface LinkPressOptions {
  preventDefault?: boolean;
}