Search
Loading...
Skip to content

Type Alias: OnUnsupportedBrowserAction

type OnUnsupportedBrowserAction = () => void;

Action function that is invoked when an unsupported browser is detected. This allows custom handling of unsupported browser scenarios.

Returns#

void