mirror of
https://github.com/pezkuwichain/pezkuwi-apps.git
synced 2026-06-13 02:21:02 +00:00
4 lines
111 B
TypeScript
4 lines
111 B
TypeScript
import React from 'react';
|
|
declare const BeforeApiInit: () => React.JSX.Element;
|
|
export default BeforeApiInit;
|