mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-04-22 21:47:57 +00:00
4 lines
104 B
TypeScript
4 lines
104 B
TypeScript
import React from 'react';
|
|
declare const BrowserCheckAlert: React.FC;
|
|
export default BrowserCheckAlert;
|